diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-07-23 15:15:57 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-07-23 15:15:57 +0100 |
commit | a57f64996e52cc87e51acfca68cda1335ae56d31 (patch) | |
tree | ab7ec40718a5d35f44e7528d55d298287cf5f650 /test | |
parent | 5b17d5900cefe0f220554ff7a5235de308f2abbd (diff) | |
download | rspamd-a57f64996e52cc87e51acfca68cda1335ae56d31.tar.gz rspamd-a57f64996e52cc87e51acfca68cda1335ae56d31.zip |
[Minor] Remove extra namespace
Diffstat (limited to 'test')
-rw-r--r-- | test/rspamd_cxx_local_ptr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_cxx_local_ptr.hxx b/test/rspamd_cxx_local_ptr.hxx index a9db65dc3..04d2e9ab4 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<test_internal::deleter_test> { +struct hash<test_internal::deleter_test> { inline auto operator()(const test_internal::deleter_test &) const noexcept -> auto { return 42; |