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.
libcxx/test/std/utilities/utility/pairs/pairs.pair
Eric Fiselier 9bef1ff571 [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors.
Summary: This patch implements the solution for LWG Issue #2367. See http://cplusplus.github.io/LWG/lwg-active.html#2367

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D13750

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@256325 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
U_V.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_const_pair_U_V.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_rv_pair.pass.cpp Move test into test/std subdirectory. 11 years ago
assign_rv_pair_U_V.pass.cpp Move test into test/std subdirectory. 11 years ago
const_first_const_second.pass.cpp Move test into test/std subdirectory. 11 years ago
const_pair_U_V.pass.cpp Move test into test/std subdirectory. 11 years ago
copy_ctor.pass.cpp Move test into test/std subdirectory. 11 years ago
default-sfinae.pass.cpp [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors. 10 years ago
default.pass.cpp [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default constructors. 10 years ago
piecewise.pass.cpp Move test into test/std subdirectory. 11 years ago
rv_pair_U_V.pass.cpp Move test into test/std subdirectory. 11 years ago
swap.pass.cpp The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason. 10 years ago
types.pass.cpp Move test into test/std subdirectory. 11 years ago