forked from mirror/libcxx
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bca4d67c16
Summary: std::tuple marks its constructors as noexcept when the corresponding memberwise constructors are noexcept too -- this commit improves std::pair so that it behaves the same. This is a re-application of r348824, which broke the build in C++03 mode because a test was marked as supported in C++03 when it shouldn't be. Note: I did not add support in the explicit and non-explicit `pair(_Tuple&& __p)` constructors because those are non-standard extensions, and supporting them properly is tedious (we have to copy the rvalue-referenceness of the deduced _Tuple&& onto the result of tuple_element). <rdar://problem/29537079> Reviewers: mclow.lists, EricWF Subscribers: christof, llvm-commits Differential Revision: https://reviews.llvm.org/D48669 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@348847 91177308-0d34-0410-b5e6-96231b3b80d8 |
6 years ago | |
---|---|---|
.. | ||
U_V.pass.cpp | 8 years ago | |
assign_const_pair_U_V.pass.cpp | 7 years ago | |
assign_pair.pass.cpp | 8 years ago | |
assign_pair_cxx03.pass.cpp | 8 years ago | |
assign_rv_pair.pass.cpp | 7 years ago | |
assign_rv_pair_U_V.pass.cpp | 7 years ago | |
const_first_const_second.pass.cpp | 8 years ago | |
const_first_const_second_cxx03.pass.cpp | 8 years ago | |
const_pair_U_V.pass.cpp | 7 years ago | |
const_pair_U_V_cxx03.pass.cpp | 8 years ago | |
copy_ctor.pass.cpp | 8 years ago | |
default-sfinae.pass.cpp | 8 years ago | |
default.pass.cpp | 8 years ago | |
dtor.pass.cpp | 8 years ago | |
implicit_deduction_guides.pass.cpp | 7 years ago | |
move_ctor.pass.cpp | 8 years ago | |
not_constexpr_cxx11.fail.cpp | 8 years ago | |
piecewise.pass.cpp | 6 years ago | |
rv_pair_U_V.pass.cpp | 7 years ago | |
special_member_generation_test.pass.cpp | 8 years ago | |
swap.pass.cpp | 8 years ago | |
trivial_copy_move.pass.cpp | 8 years ago | |
types.pass.cpp | 10 years ago |