From: Vsevolod Stakhov Date: Fri, 23 Jul 2021 14:15:57 +0000 (+0100) Subject: [Minor] Remove extra namespace X-Git-Tag: 3.0~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a57f64996e52cc87e51acfca68cda1335ae56d31;p=thirdparty%2Frspamd.git [Minor] Remove extra namespace --- diff --git a/test/rspamd_cxx_local_ptr.hxx b/test/rspamd_cxx_local_ptr.hxx index a9db65dc39..04d2e9ab43 100644 --- a/test/rspamd_cxx_local_ptr.hxx +++ b/test/rspamd_cxx_local_ptr.hxx @@ -41,7 +41,7 @@ struct deleter_test { namespace std { template<> -struct std::hash { +struct hash { inline auto operator()(const test_internal::deleter_test &) const noexcept -> auto { return 42;