commit a57f649: [Minor] Remove extra namespace

Vsevolod Stakhov vsevolod at highsecure.ru
Fri Jul 23 14:21:04 UTC 2021


Author: Vsevolod Stakhov
Date: 2021-07-23 15:15:57 +0100
URL: https://github.com/rspamd/rspamd/commit/a57f64996e52cc87e51acfca68cda1335ae56d31 (HEAD -> master)

[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 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;


More information about the Commits mailing list