llvm-project/libcxx/test/numerics/numarray
Eric Fiselier 981a64c380 Add return statement to slice_array and mask_array assignment. Closes PR20614.
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
2014-08-12 00:06:58 +00:00
..
class.gslice
class.slice
template.gslice.array
template.indirect.array
template.mask.array Add return statement to slice_array and mask_array assignment. Closes PR20614. 2014-08-12 00:06:58 +00:00
template.slice.array Add return statement to slice_array and mask_array assignment. Closes PR20614. 2014-08-12 00:06:58 +00:00
template.valarray
valarray.nonmembers
valarray.range
valarray.syn
version.pass.cpp