From cde017f7911dc264d5689efd5876ac2725edaf4c Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 7 Oct 2022 19:02:25 +0200 Subject: [PATCH] added missing typename --- include/boost/unordered/detail/foa_mixer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa_mixer.hpp b/include/boost/unordered/detail/foa_mixer.hpp index 6097275d..7d2f2ebe 100644 --- a/include/boost/unordered/detail/foa_mixer.hpp +++ b/include/boost/unordered/detail/foa_mixer.hpp @@ -76,7 +76,7 @@ public: template< typename Key, - std::enable_if< + typename std::enable_if< std::is_same< std::size_t, decltype(std::declval()(std::declval()))