teak-llvm/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign
Eric Fiselier 347a1cc221 Revert r289727 due to PR31384
This patch reverts the changes to tuple which fixed construction from
types derived from tuple. It breaks the code mentioned in llvm.org/PR31384.
I'll follow this commit up with a test case.

llvm-svn: 289773
2016-12-15 06:34:54 +00:00
..
const_pair.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
convert_copy.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
convert_move.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
copy.fail.cpp
copy.pass.cpp Add missing <memory> include in test 2016-10-08 00:59:16 +00:00
move_pair.pass.cpp [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. 2016-12-08 21:38:32 +00:00
move.pass.cpp Recommit r276548 - Make pair/tuples assignment operators SFINAE properly. 2016-07-25 02:36:42 +00:00
tuple_array_template_depth.pass.cpp