mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
stylistic
This commit is contained in:
@ -892,7 +892,7 @@ struct table_arrays
|
|||||||
reinterpret_cast<uintptr_t>(p))%sizeof(group_type);
|
reinterpret_cast<uintptr_t>(p))%sizeof(group_type);
|
||||||
arrays.groups=reinterpret_cast<group_type*>(p);
|
arrays.groups=reinterpret_cast<group_type*>(p);
|
||||||
|
|
||||||
/* memset is faster/not slower than using group_type default ctor.
|
/* memset is faster/not slower than initializing groups individually.
|
||||||
* This assumes all zeros is group_type's default layout.
|
* This assumes all zeros is group_type's default layout.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user