llvm-project/libcxx/test/utilities/tuple/tuple.tuple
Eric Fiselier 567bb79bf2 D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor
llvm-svn: 213888
2014-07-24 18:48:34 +00:00
..
tuple.assign tuple was accidentally lacking a valid copy assignment operator. It went undetected because I had failed to test assigning from a const lvalue. This fixes http://llvm.org/bugs/show_bug.cgi?id=11921 2012-02-15 20:13:52 +00:00
tuple.cnstr D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor 2014-07-24 18:48:34 +00:00
tuple.creation Implement LWG issue 2301: Mark std::tie as constexpr 2014-02-25 16:11:46 +00:00
tuple.elem D4451: Fix copy/move issues casude by __tuple_leafs's converting constructor 2014-07-24 18:48:34 +00:00
tuple.helper Implement LWG Paper n3887: Consistent Metafunction Aliases. This adds std::tuple_element_t<> as an alias for tuple_element<>::type. Clean up the synopsis for tuple_element in <utility> as well. 2014-03-03 06:18:11 +00:00
tuple.rel Make tuple's constructor and std::get<>(tuple) constexpr. Final stage of fixing bug #16599. Thanks to Howard for the review and updates. 2013-07-22 16:02:19 +00:00
tuple.special license change 2010-11-16 22:09:02 +00:00
tuple.swap license change 2010-11-16 22:09:02 +00:00
tuple.traits license change 2010-11-16 22:09:02 +00:00
MoveOnly.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
TupleFunction.pass.cpp Default the copy and move constructors for __tuple_leaf. This fixes bugs 18853 and 19118. Add a test case for that. 2014-04-21 23:48:09 +00:00
alloc_first.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
alloc_last.h Add license headers to a bunch of libc++ files that were missing them. No functionality change. Fixes 18291. Thanks to Nico for the bug report and the patch. 2014-01-16 16:58:45 +00:00
empty_member.pass.cpp license change 2010-11-16 22:09:02 +00:00