llvm-project/libcxx/test/std/containers/views/span.cons
Marshall Clow 8eda3ad29d Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC
llvm-svn: 355481
2019-03-06 03:59:44 +00:00
..
array.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
array.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
assign.pass.cpp Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
container.fail.cpp LWG3101 - span's Container constructors need another constraint. Reviewed as https://reviews.llvm.org/D57058. 2019-02-25 18:32:57 +00:00
container.pass.cpp LWG3101 - span's Container constructors need another constraint. Reviewed as https://reviews.llvm.org/D57058. 2019-02-25 18:32:57 +00:00
copy.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
deduct.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.fail.cpp First part of P1227R2 - change span over to use 'size_t' instead of 'ptrdiff_t'. Reviewed as https://reviews.llvm.org/D58639. 2019-02-27 00:32:16 +00:00
default.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ptr_len.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ptr_len.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ptr_ptr.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
ptr_ptr.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
span.fail.cpp Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00
span.pass.cpp Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 2019-03-06 03:59:44 +00:00
stdarray.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00