GSL/tests
Jeroen Akershoek cdd9ee5a6a Improved conformance of gsl::span for compile-time errors
as per 23.7.2.1:
- span() and span(nullptr) can only be used if extent is dynamic or 0
- span( element_type(&arr)[N] ) can only be used if extent is dynamic or N
- std::array can be used for initialization if extent is dynamic or size of the array
- Containers can be used for initialization if pointer type is convertible

as per 23.7.2.2
- first<N> and last<N> may no longer exceed the span extents
2017-12-05 23:42:12 +02:00
..
algorithm_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
assertion_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
at_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
bounds_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
byte_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
CMakeLists.txt Updates catch to version 2.0 (#580) 2017-11-14 08:44:56 -08:00
multi_span_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
notnull_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
owner_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span_tests.cpp Improved conformance of gsl::span for compile-time errors 2017-12-05 23:42:12 +02:00
strided_span_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
string_span_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
test.cpp Move from unittest-cpp to catch for unit testing. (#533) 2017-07-13 13:53:56 -07:00
utils_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00