mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-12 14:01:43 +00:00
fixed 3df435d4d31af84e1c68e907e5d5f89bbd9bc677 fix
This commit is contained in:
parent
4c927cd2f2
commit
7ed7878278
@ -900,6 +900,7 @@ struct table_arrays
|
||||
|
||||
for (std::size_t i=0;i<groups_size;++i){
|
||||
new(arrays.groups+i) group_type();
|
||||
arrays.groups[i].initialize();
|
||||
}
|
||||
|
||||
/* memset is faster/not slower than initializing groups individually.
|
||||
|
Loading…
x
Reference in New Issue
Block a user