mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
s/=/==
This commit is contained in:
@ -1679,7 +1679,7 @@ private:
|
||||
BOOST_CATCH_END
|
||||
|
||||
/* either all moved and destroyed or all copied */
|
||||
BOOST_ASSERT(num_destroyed=size()||num_destroyed==0);
|
||||
BOOST_ASSERT(num_destroyed==size()||num_destroyed==0);
|
||||
if(num_destroyed!=size()){
|
||||
for_all_elements([this](value_type* p){
|
||||
destroy_element(p);
|
||||
|
Reference in New Issue
Block a user