From c7836659d1b3ee519e0665817e5aeb18b16181a7 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Mon, 10 Oct 2022 21:45:53 +0200 Subject: [PATCH] activated alt impl of nosize_unchecked_emplace_at --- include/boost/unordered/detail/foa.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index cf1ce6a7..ee53046c 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1467,7 +1467,7 @@ private: return res; } -#if 0 +#if 1 template iterator nosize_unchecked_emplace_at( const arrays_type& arrays_,std::size_t pos0,std::size_t hash,