llvm-project/libcxx/test/std/utilities
Eric Fiselier 4268a742f5 Fix pair::operator=(TupleLike&&).
This assignment operator was previously broken since the SFINAE always resulted
in substitution failure. This caused assignments to turn into
copy construction + assignment.

This patch was originally committed as r279953 but was reverted due to warnings
in the test-suite. This new patch corrects those warnings.

llvm-svn: 279955
2016-08-29 01:43:41 +00:00
..
allocator.adaptor Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
any [libcxx] Add std::any 2016-08-11 03:13:11 +00:00
function.objects Implement LWG 2148: Make non-enum default hash specialization well-formed 2016-08-10 22:45:26 +00:00
intseq Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
memory Fix an MSVC x64 compiler warning. Patch from STL@microsoft.com 2016-08-03 05:48:09 +00:00
meta Make std::is_assignable tolerate references to incomplete types. 2016-07-25 02:08:55 +00:00
ratio Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
template.bitset Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
time Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan. 2016-07-18 02:29:33 +00:00
tuple Recommit r276548 - Make pair/tuples assignment operators SFINAE properly. 2016-07-25 02:36:42 +00:00
type.index Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
utilities.general
utility Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
utility.requirements
nothing_to_do.pass.cpp