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/digest_auth_fail_response.h...

14 lines
763 B

diff --git a/src/httpserver/digest_auth_fail_response.hpp b/src/httpserver/digest_auth_fail_response.hpp
index 292f477..dfcccc9 100644
--- a/src/httpserver/digest_auth_fail_response.hpp
+++ b/src/httpserver/digest_auth_fail_response.hpp
@@ -51,7 +51,7 @@ class digest_auth_fail_response : public string_response
}
digest_auth_fail_response(const digest_auth_fail_response& other) = default;
- digest_auth_fail_response(digest_auth_fail_response&& other) noexcept = default;
+ digest_auth_fail_response(digest_auth_fail_response&& other) = default;
digest_auth_fail_response& operator=(const digest_auth_fail_response& b) = default;
digest_auth_fail_response& operator=(digest_auth_fail_response&& b) = default;