You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/deps/libhttpserver/deferred_response.hpp.patch

14 lines
643 B

diff --git a/src/httpserver/deferred_response.hpp b/src/httpserver/deferred_response.hpp
index 170d5e8..9431986 100644
--- a/src/httpserver/deferred_response.hpp
+++ b/src/httpserver/deferred_response.hpp
@@ -55,7 +55,7 @@ class deferred_response : public string_response
}
deferred_response(const deferred_response& other) = default;
- deferred_response(deferred_response&& other) noexcept = default;
+ deferred_response(deferred_response&& other) = default;
deferred_response& operator=(const deferred_response& b) = default;
deferred_response& operator=(deferred_response&& b) = default;