diff --git a/include/boost/unordered/detail/foa/table.hpp b/include/boost/unordered/detail/foa/table.hpp index c39c6027..6fa48515 100644 --- a/include/boost/unordered/detail/foa/table.hpp +++ b/include/boost/unordered/detail/foa/table.hpp @@ -226,7 +226,7 @@ private: !std::is_same::value; public: - using typename super::hasher; + using hasher=typename super::hasher; using typename super::key_equal; using typename super::allocator_type; using typename super::pointer;