llvm-project/libcxx/test/std/utilities/utility/pairs
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
..
pair.astuple Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
pair.piecewise
pairs.general
pairs.pair Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
pairs.spec Removing some trailing whitespace 2016-05-04 20:29:19 +00:00
nothing_to_do.pass.cpp