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/http_request.hpp.patch

14 lines
595 B

diff --git a/src/httpserver/http_request.hpp b/src/httpserver/http_request.hpp
index 139272b..3c8213b 100644
--- a/src/httpserver/http_request.hpp
+++ b/src/httpserver/http_request.hpp
@@ -231,7 +231,7 @@ class http_request
* @param b http_request b to copy attributes from.
**/
http_request(const http_request& b) = default;
- http_request(http_request&& b) noexcept = default;
+ http_request(http_request&& b) = default;
http_request& operator=(const http_request& b) = default;
http_request& operator=(http_request&& b) = default;