This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 45e9a93 Allow is_swappable to SFINAE on deleted/ambiguous swap functions new 51d7e8e Always use the allocator to construct/destruct elements of a [...]
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/deque | 8 +-- include/memory | 20 ++++++ include/vector | 4 +- .../deque/deque.modifiers/emplace_back.pass.cpp | 12 ++++ .../vector/vector.modifiers/emplace_back.pass.cpp | 9 +++ test/support/test_allocator.h | 78 ++++++++++++++++++++++ 6 files changed, 125 insertions(+), 6 deletions(-)