You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/utilities/tuple/tuple.tuple
Marshall Clow 1d927e38d1 Implement LWG issue 2275 'forward_as_tuple should be constexpr'
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@192038 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
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 14 years ago
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. 12 years ago
tuple.creation Implement LWG issue 2275 'forward_as_tuple should be constexpr' 12 years ago
tuple.elem War on tabs 12 years ago
tuple.helper LWG 1118 15 years ago
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. 12 years ago
tuple.special license change 15 years ago
tuple.swap license change 15 years ago
tuple.traits license change 15 years ago
DefaultOnly.h Fixing whitespace problems 15 years ago
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. 15 years ago
alloc_first.h Fixing whitespace problems 15 years ago
alloc_last.h Fixing whitespace problems 15 years ago
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. 15 years ago
empty_member.pass.cpp license change 15 years ago