This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 0a2af12af [libc++] Prevent stale site configuration headers new 63d88110c Fix accidental ADL in std::allocator_traits meta-programming.
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/memory | 12 ++++++------ .../allocator.traits.members/allocate.pass.cpp | 10 ++++++++++ .../allocator.traits.members/allocate_hint.pass.cpp | 18 ++++++++++++++++++ .../allocator.traits.members/construct.pass.cpp | 8 ++++++++ .../allocator.traits.members/deallocate.pass.cpp | 12 ++++++++++++ .../allocator.traits.members/destroy.pass.cpp | 8 ++++++++ .../allocator.traits.members/incomplete_type_helper.h | 14 ++++++++++++++ .../allocator.traits.members/max_size.pass.cpp | 7 +++++++ .../select_on_container_copy_construction.pass.cpp | 7 +++++++ 9 files changed, 90 insertions(+), 6 deletions(-) create mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.mem [...]