GSL/tests
paweldac b3870ca020 add gsl::index typedef (#620)
* rename index in multi_span to span_index

gsl::index is name reserved for different type

* add gsl::index typedef

cppcoreguidelines referece: ES.107: Don't use unsigned for subscripts, prefer gsl::index

https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Res-subscripts

* rename span_index to multi_span_index
2018-02-21 13:33:07 -08: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 add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00
notnull_tests.cpp add throw on nullptr CTOR test (#577) 2018-02-12 09:31:09 -08:00
owner_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span_tests.cpp Removed span from-nullptr_t ctor. 2018-02-10 19:21:22 -08:00
strided_span_tests.cpp add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00
string_span_tests.cpp Removed span from-nullptr_t ctor. 2018-02-10 19:21:22 -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 add gsl::index typedef (#620) 2018-02-21 13:33:07 -08:00