llvm-project/libcxx/test/std/containers/views
Marshall Clow 02e1651c1f Implment the last part of P1024: tuple-like interface to span. Reviewed as https://reviews.llvm.org/D58706.
llvm-svn: 354988
2019-02-27 15:41:37 +00:00
..
span.cons Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
span.elem First part of P1024: Usability Enhancements for std::span. Remove operator() for indexing, and add 'front' and 'back' calls. 2019-02-25 17:54:08 +00:00
span.iterators Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
span.objectrep Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
span.obs Fix an ambiguity in the tests that gcc-tot complained about. 2019-02-27 01:29:52 +00:00
span.sub Support tests in freestanding 2019-02-04 20:31:13 +00:00
span.tuple Implment the last part of P1024: tuple-like interface to span. Reviewed as https://reviews.llvm.org/D58706. 2019-02-27 15:41:37 +00:00
types.pass.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