GSL/tests
Dave Hill c02ddae4bc Span can be constructed from empty std::array safely (#686)
* 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
2018-11-05 15:39:41 -08:00
..
algorithm_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
assertion_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
at_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
bounds_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
byte_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
CMakeLists.txt Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
multi_span_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
no_exception_ensure_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
no_exception_throw_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
notnull_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
owner_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
sloppy_notnull_tests.cpp Dev/annagrin/sloppy not null (#712) 2018-08-13 09:55:48 -07:00
span_tests.cpp Span can be constructed from empty std::array safely (#686) 2018-11-05 15:39:41 -08:00
strided_span_tests.cpp Fix #717 - Add empty() to strided_span (#718) 2018-08-17 11:47:03 -07:00
string_span_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
test.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
utils_tests.cpp fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00