From 9246c301784fdaf2210c64e919a874a6c565adcd Mon Sep 17 00:00:00 2001 From: joaquintides Date: Sun, 16 Oct 2022 21:33:40 +0200 Subject: [PATCH] activated alternative 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 d34a49c7..01fc3d84 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1708,7 +1708,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,