This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 3a07dd740 Fix a test that was failing in C++11 mode introduced in r303874 new 8b55cce1c [test] Workaround C1XX bug in uses_allocator_types.hpp new a42191c83 [test] Remove workaround for C1XX conversion-to-nullptr bug
The 2 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: .../construct_pair.pass.cpp | 5 ++- test/support/poisoned_hash_helper.hpp | 2 - ...1xx_broken_nullptr_conversion_operator.pass.cpp | 29 ------------- .../c1xx_empty_parameter_pack_expansion.pass.cpp | 49 ++++++++++++++++++++++ test/support/test_workarounds.h | 8 ++-- test/support/uses_alloc_types.hpp | 8 ++++ 6 files changed, 65 insertions(+), 36 deletions(-) delete mode 100644 test/support/test.workarounds/c1xx_broken_nullptr_conversion_op [...] create mode 100644 test/support/test.workarounds/c1xx_empty_parameter_pack_expansi [...]