From 2ef47f08135baf5a79605d5ac9d5af669b2190a3 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 11 Mar 2023 09:32:01 +0100 Subject: [PATCH] reformulated using to workaround VS problem --- include/boost/unordered/detail/foa/table.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;