From a57f64996e52cc87e51acfca68cda1335ae56d31 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 23 Jul 2021 15:15:57 +0100 Subject: [PATCH] [Minor] Remove extra namespace --- test/rspamd_cxx_local_ptr.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3