From 4be37cfdaf57f24515ff1108848972e910902b57 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sat, 22 Jul 2023 19:17:11 +0200 Subject: [PATCH] avoided premature instantiation of concurrent_table --- include/boost/unordered/detail/foa/table.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/boost/unordered/detail/foa/table.hpp b/include/boost/unordered/detail/foa/table.hpp index 3c4ab5ac..2a8a0b5e 100644 --- a/include/boost/unordered/detail/foa/table.hpp +++ b/include/boost/unordered/detail/foa/table.hpp @@ -507,9 +507,8 @@ private: using compatible_concurrent_table= concurrent_table; - table( - compatible_concurrent_table&& x, - typename compatible_concurrent_table::exclusive_lock_guard): + template + table(compatible_concurrent_table&& x,ExclusiveLockGuard): super{ std::move(x.h()),std::move(x.pred()),std::move(x.al()), arrays_type{