From f10a9ab76dfbd0380a80d77fe2ef9faf6936f836 Mon Sep 17 00:00:00 2001 From: joaquintides Date: Fri, 2 Feb 2024 11:31:13 +0100 Subject: [PATCH] supressed wasted nodes report, relaxed metadata ops --- include/boost/unordered/detail/foa/concurrent_table.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/unordered/detail/foa/concurrent_table.hpp b/include/boost/unordered/detail/foa/concurrent_table.hpp index 4d0f9a78..a7f52449 100644 --- a/include/boost/unordered/detail/foa/concurrent_table.hpp +++ b/include/boost/unordered/detail/foa/concurrent_table.hpp @@ -204,7 +204,7 @@ private: template struct atomic_integral { -#if defined(BOOST_UNORDERED_LATCH_FREE) +#if 0&&defined(BOOST_UNORDERED_LATCH_FREE) operator Integral()const{return n.load(std::memory_order_acquire);} void operator=(Integral m){n.store(m,std::memory_order_release);} void operator|=(Integral m){n.fetch_or(m);} @@ -572,7 +572,7 @@ public: } std::cout - <<"version: 2024/02/02 20:00; " + <<"version: 2024/02/03 11:30; " <<"lf: "<<(double)size()/capacity()<<"; " <<"capacity: "<destroy_element(&x); ++v.apos;