cxx/test/utilities/tuple/tuple.tuple
Howard Hinnant ab61b2c9f1 War on tabs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@187906 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-07 19:39:48 +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 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.creation War on tabs 2013-08-07 19:39:48 +00:00
tuple.elem War on tabs 2013-08-07 19:39:48 +00:00
tuple.helper LWG 1118 2010-11-17 19:22:43 +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
alloc_first.h Fixing whitespace problems 2010-08-22 00:59:46 +00:00
alloc_last.h Fixing whitespace problems 2010-08-22 00:59:46 +00:00
allocators.h Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 2010-09-04 23:28:19 +00:00
DefaultOnly.h Fixing whitespace problems 2010-08-22 00:59:46 +00:00
empty_member.pass.cpp license change 2010-11-16 22:09:02 +00:00
MoveOnly.h Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 2010-09-04 23:28:19 +00:00