diff --git a/include/boost/unordered/detail/cumulative_stats.hpp b/include/boost/unordered/detail/cumulative_stats.hpp index 51a1b5ed..1378c0db 100644 --- a/include/boost/unordered/detail/cumulative_stats.hpp +++ b/include/boost/unordered/detail/cumulative_stats.hpp @@ -120,7 +120,7 @@ class concurrent_cumulative_stats:cumulative_stats using lock_guard=std::lock_guard; public: - using summary=super::summary; + using summary=typename super::summary; concurrent_cumulative_stats()noexcept:super{}{} concurrent_cumulative_stats(const concurrent_cumulative_stats& x)noexcept: