This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 256f187bc Implement LWG3034: P0767R1 breaks previously-standard-layout types new a83128739 Fix PR22634 - std::allocator doesn't respect over-aligned types.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 1 + include/__sso_allocator | 4 +- include/memory | 37 +---- include/new | 49 +++++- include/valarray | 58 ++++--- src/experimental/memory_resource.cpp | 6 +- .../allocator.members/allocate.pass.cpp | 98 +++++++++--- test/support/count_new.hpp | 169 ++++++++++++++++++++- test/support/test_macros.h | 6 + 9 files changed, 342 insertions(+), 86 deletions(-)