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

14 lines
581 B

diff --git a/src/httpserver/file_response.hpp b/src/httpserver/file_response.hpp
index cb80c11..d08f8d4 100644
--- a/src/httpserver/file_response.hpp
+++ b/src/httpserver/file_response.hpp
@@ -46,7 +46,7 @@ class file_response : public http_response
}
file_response(const file_response& other) = default;
- file_response(file_response&& other) noexcept = default;
+ file_response(file_response&& other) = default;
file_response& operator=(const file_response& b) = default;
file_response& operator=(file_response&& b) = default;