mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
c02ddae4bc
* Span std::array c'tor uses arr.data() instead of &arr[0] - Fixes runtime issues when constructing from an empty std::array * Construct span with std::data if C++17 detected * Specialize span c'tor for std::array of length 0, set storage to nullptr |
||
---|---|---|
.. | ||
algorithm_tests.cpp | ||
assertion_tests.cpp | ||
at_tests.cpp | ||
bounds_tests.cpp | ||
byte_tests.cpp | ||
CMakeLists.txt | ||
multi_span_tests.cpp | ||
no_exception_ensure_tests.cpp | ||
no_exception_throw_tests.cpp | ||
notnull_tests.cpp | ||
owner_tests.cpp | ||
sloppy_notnull_tests.cpp | ||
span_tests.cpp | ||
strided_span_tests.cpp | ||
string_span_tests.cpp | ||
test.cpp | ||
utils_tests.cpp |