mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
temporarily disabled garbage collection
This commit is contained in:
@ -841,7 +841,8 @@ public:
|
||||
auto mco=group_type::maybe_caused_overflow(pc);
|
||||
if(reinterpret_cast<std::atomic<unsigned char>*>(pg)[n].
|
||||
compare_exchange_strong(expected,1)){
|
||||
retire_element(static_cast<std::size_t>(p-this->arrays.elements()),mco);
|
||||
super::erase(pg,n,p);
|
||||
//retire_element(static_cast<std::size_t>(p-this->arrays.elements()),mco);
|
||||
res=1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user