This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 8bcf92aad [libc++] Implement LWG 3158 new fdf768205 [libc++] Remove C++03 variadics in shared_ptr
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 | 194 --------------------- .../allocate_shared.pass.cpp | 81 ++++++++- .../allocate_shared_cxx03.pass.cpp | 120 ------------- test/support/min_allocator.h | 8 +- 4 files changed, 80 insertions(+), 323 deletions(-) delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/ut [...]