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