mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
cdd9ee5a6a
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 |
||
---|---|---|
.. | ||
algorithm_tests.cpp | ||
assertion_tests.cpp | ||
at_tests.cpp | ||
bounds_tests.cpp | ||
byte_tests.cpp | ||
CMakeLists.txt | ||
multi_span_tests.cpp | ||
notnull_tests.cpp | ||
owner_tests.cpp | ||
span_tests.cpp | ||
strided_span_tests.cpp | ||
string_span_tests.cpp | ||
test.cpp | ||
utils_tests.cpp |