mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 10:57:16 +02:00
fixed 3df435d4d3
fix
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user