This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from bef26f7 Add a test to make sure that implicit conversion from error_c [...] new b4d17ad Remove auto_ptr in C++17. Get it back by defining _LIBCPP_ENA [...]
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 | 29 +++++++++++++++++----- .../auto.ptr/auto_ptr.cxx1z.pass.cpp} | 26 ++++++------------- .../auto.ptr/auto.ptr.cons/assignment.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.cons/convert.pass.cpp | 2 ++ .../auto.ptr.cons/convert_assignment.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.cons/copy.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.cons/pointer.pass.cpp | 2 ++ .../assign_from_auto_ptr_ref.pass.cpp | 2 ++ .../convert_from_auto_ptr_ref.pass.cpp | 2 ++ .../auto.ptr.conv/convert_to_auto_ptr.pass.cpp | 2 ++ .../auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.members/arrow.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.members/deref.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.members/release.pass.cpp | 2 ++ .../auto.ptr/auto.ptr.members/reset.pass.cpp | 2 ++ .../depr.auto.ptr/auto.ptr/element_type.pass.cpp | 2 ++ .../unique.ptr.single.ctor/auto_pointer.pass.cpp | 2 +- .../auto_ptr_Y.pass.cpp | 1 + .../util.smartptr.shared.const/auto_ptr.pass.cpp | 1 + 19 files changed, 62 insertions(+), 25 deletions(-) copy test/{std/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp => libcxx/depr/de [...]