This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a60053b Add missing REQUIRES for C++14 new 92741e2 Refactor test archetypes implementation.
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: .../utility/pairs/pairs.pair/U_V.pass.cpp | 25 +++-- .../pairs.pair/const_first_const_second.pass.cpp | 9 +- .../pairs/pairs.pair/const_pair_U_V.pass.cpp | 53 ++++----- .../utility/pairs/pairs.pair/default.pass.cpp | 1 + .../utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 53 ++++----- .../special_member_generation_test.pass.cpp | 1 + test/support/archetypes.hpp | 125 +++++---------------- test/support/archetypes.ipp | 109 ++++++++++++++++++ 8 files changed, 209 insertions(+), 167 deletions(-) create mode 100644 test/support/archetypes.ipp