mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
added padding between and around ml and size_
This commit is contained in:
committed by
Christian Mazakas
parent
4b877d363a
commit
3ea8a768ca
@ -1786,8 +1786,11 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
arrays_type arrays;
|
arrays_type arrays;
|
||||||
|
unsigned char pad1[64];
|
||||||
size_impl_type ml;
|
size_impl_type ml;
|
||||||
|
unsigned char pad2[64];
|
||||||
size_impl_type size_;
|
size_impl_type size_;
|
||||||
|
unsigned char pad3[64];
|
||||||
|
|
||||||
private:
|
private:
|
||||||
template<
|
template<
|
||||||
|
Reference in New Issue
Block a user