This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from adde8aeb1 [pair] Mark constructors as conditionally noexcept new 21a8669ad Revert "[pair] Mark constructors as conditionally noexcept"
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/utility | 22 +----- .../utility/pairs/pairs.pair/U_V.pass.cpp | 54 -------------- .../pairs.pair/const_first_const_second.pass.cpp | 62 ---------------- .../pairs/pairs.pair/const_pair_U_V.pass.cpp | 64 ---------------- .../utility/pairs/pairs.pair/default.pass.cpp | 30 -------- .../utility/pairs/pairs.pair/piecewise.pass.cpp | 38 ---------- .../utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 63 ---------------- .../utility/pairs/pairs.pair/piecewise.pass.cpp | 5 +- test/support/archetypes.hpp | 9 +-- test/support/archetypes.ipp | 86 +++++++++++----------- 10 files changed, 46 insertions(+), 387 deletions(-) delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/U_V.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/const_first_cons [...] delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/default.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp