GSL/tests
Rian Quinn 2df9f85385 Add make_span()
This patch provides a make_span function to simplify the
creation of spans until C++17 is available. In addition
this patch updates the unit tests to includes tests that
verify this new functionality.
2016-11-16 10:17:04 -08:00
..
unittest-cpp@dc6b908380 Adding unittest-cpp as a submodule. 2016-03-23 16:42:35 -07:00
assertion_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
at_tests.cpp Fix gsl::at()'s use of size_t 2016-10-28 11:46:14 -07:00
bounds_tests.cpp Cleanup additional GCC warnings 2016-11-03 18:38:32 -07:00
byte_tests.cpp Address #313: try to guard against strict-aliasing bugs with gsl::byte 2016-10-17 12:36:11 -07:00
CMakeLists.txt Fixed compile flags for tests when using MSVC. 2016-11-04 14:48:22 -07:00
multi_span_tests.cpp Fix template pack expansion bug in multi_span. 2016-11-16 10:15:04 -08:00
notnull_tests.cpp Cleanup additional GCC warnings 2016-11-03 18:38:32 -07:00
owner_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
span_tests.cpp Add make_span() 2016-11-16 10:17:04 -08:00
strided_span_tests.cpp Cleanup additional GCC warnings 2016-11-03 18:38:32 -07:00
string_span_tests.cpp Add to_basic_string 2016-09-04 00:29:10 -06:00
utils_tests.cpp Cleanup additional GCC warnings 2016-11-03 18:38:32 -07:00