summaryrefslogtreecommitdiffstats
path: root/libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/mask_array.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-66/+0
| | | | llvm-svn: 224658
* Add return statement to slice_array and mask_array assignment. Closes PR20614.Eric Fiselier2014-08-121-0/+15
| | | | | | | | | | 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
* license changeHoward Hinnant2010-11-161-2/+2
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-111-0/+51
llvm-svn: 103490
OpenPOWER on IntegriCloud