From eb6d0d1f661e722cffa11113bd99a2f57f609513 Mon Sep 17 00:00:00 2001 From: Christian Mazakas Date: Tue, 10 Jan 2023 07:50:49 -0800 Subject: [PATCH] remove print statements --- include/boost/unordered/detail/foa.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/boost/unordered/detail/foa.hpp b/include/boost/unordered/detail/foa.hpp index fcc34115..0e53c472 100644 --- a/include/boost/unordered/detail/foa.hpp +++ b/include/boost/unordered/detail/foa.hpp @@ -1599,7 +1599,6 @@ private: template void construct_element(element_type* p,try_emplace_args_t,Args&&... args) { - std::cout << "so hopefully I'm seeing this..." << std::endl; construct_element_from_try_emplace_args( p, std::integral_constant::value>{}, @@ -1846,7 +1845,6 @@ private: auto it=find_impl(k,pos0,hash); if(it!=end()){ - std::cout << "preventing duplicated insertion" << std::endl; return {it,false}; } if(BOOST_LIKELY(size_