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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/containers/views/span.cons
Marshall Clow 526bce48cc Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@355481 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
array.fail.cpp Support tests in freestanding 6 years ago
array.pass.cpp Support tests in freestanding 6 years ago
assign.pass.cpp Fix an ambiguity in the tests that gcc-tot complained about. 6 years ago
container.fail.cpp LWG3101 - span's Container constructors need another constraint. Reviewed as https://reviews.llvm.org/D57058. 6 years ago
container.pass.cpp LWG3101 - span's Container constructors need another constraint. Reviewed as https://reviews.llvm.org/D57058. 6 years ago
copy.pass.cpp Support tests in freestanding 6 years ago
deduct.pass.cpp Support tests in freestanding 6 years ago
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. 6 years ago
default.pass.cpp Support tests in freestanding 6 years ago
ptr_len.fail.cpp Support tests in freestanding 6 years ago
ptr_len.pass.cpp Support tests in freestanding 6 years ago
ptr_ptr.fail.cpp Support tests in freestanding 6 years ago
ptr_ptr.pass.cpp Support tests in freestanding 6 years ago
span.fail.cpp Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 6 years ago
span.pass.cpp Eradicate all the ptrdiff_ts in span left over from applying P1227. A couple of other minor cleanups. NFC 6 years ago
stdarray.pass.cpp Support tests in freestanding 6 years ago