diff --git a/include/boost/unordered/detail/hash_table.hpp b/include/boost/unordered/detail/hash_table.hpp index 7601c8ff..a143c8c2 100644 --- a/include/boost/unordered/detail/hash_table.hpp +++ b/include/boost/unordered/detail/hash_table.hpp @@ -226,7 +226,7 @@ namespace boost { template void destroy(T* x) { - x->~T(); + x->~T(); } } }