From ee77a65fae51762e038380943c7e2404534dc2bd Mon Sep 17 00:00:00 2001 From: joaquintides Date: Wed, 1 May 2024 20:32:12 +0200 Subject: [PATCH] added missing typename --- include/boost/unordered/detail/cumulative_stats.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: