summaryrefslogtreecommitdiff
path: root/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/mask_array.pass.cpp
AgeCommit message (Collapse)Author
2014-12-20Move test into test/std subdirectory.Eric Fiselier
llvm-svn: 224658
2014-08-12Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier
This patch just adds the required return statements to slice_array::operator= and mask_array::operator=. Tests were added to check that the return value is the same as the object assigned to. llvm-svn: 215414
2010-11-16license changeHoward Hinnant
llvm-svn: 119395
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant
llvm-svn: 103516
2010-05-11libcxx initial importHoward Hinnant
llvm-svn: 103490