hanchenye-llvm-project/libcxx/test
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
..
libcxx Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs. 2016-08-28 21:55:00 +00:00
std Fix pair::operator=(TupleLike&&). 2016-08-29 01:43:41 +00:00
support Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
CMakeLists.txt [CMake] Be more consistent about naming targets and components 2016-08-24 22:17:06 +00:00
lit.cfg
lit.site.cfg.in Rework libatomic handling in CMake and LIT. 2016-07-18 06:01:50 +00:00
nothing_to_do.pass.cpp
testit