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/tuple.assign
Howard Hinnant 2848444954 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
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@150613 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
const_pair.pass.cpp license change 15 years ago
convert_copy.pass.cpp license change 15 years ago
convert_move.pass.cpp license change 15 years ago
copy.fail.cpp license change 15 years ago
copy.pass.cpp 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
move.pass.cpp license change 15 years ago
move_pair.pass.cpp license change 15 years ago