From 8198b9c57c11eed2d450740b177211ee50fc78f0 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Tue, 14 Mar 2023 20:49:09 +0100 Subject: [PATCH] dropped erroneous call to user-provided f --- include/boost/unordered/detail/foa/concurrent_table.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/unordered/detail/foa/concurrent_table.hpp b/include/boost/unordered/detail/foa/concurrent_table.hpp index 8d186f38..9b13c12f 100644 --- a/include/boost/unordered/detail/foa/concurrent_table.hpp +++ b/include/boost/unordered/detail/foa/concurrent_table.hpp @@ -634,7 +634,6 @@ private: this->construct_element(p,std::forward(args)...); rslot.commit(); rsize.commit(); - f(type_policy::value_from(*p)); return 1; } mask&=mask-1;