diff options
Diffstat (limited to 'test/rspamd_cxx_local_ptr.hxx')
-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; |