mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17: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:
|
private:
|
||||||
mutex_type m;
|
mutex_type m;
|
||||||
insert_counter_type cnt=0;
|
insert_counter_type cnt{0};
|
||||||
};
|
};
|
||||||
|
|
||||||
template<std::size_t Size>
|
template<std::size_t Size>
|
||||||
|
Reference in New Issue
Block a user