mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
avoided copy elision for the initialization of an atomic
This commit is contained in:
@ -174,7 +174,7 @@ struct group_access
|
||||
|
||||
private:
|
||||
mutex_type m;
|
||||
insert_counter_type cnt=0;
|
||||
insert_counter_type cnt{0};
|
||||
};
|
||||
|
||||
template<std::size_t Size>
|
||||
|
Reference in New Issue
Block a user