GSL/tests
Neil MacIntosh 6a33b97a84
Fix return type of templated span.subspan() (#625)
* Added support for returning fixed-spize spans from subspan().

* Addressed issues from code review.

* Took simpler approach to static data member.

* Subtle fix to support MSVC 15.

* Helps to not introduce extraneous >
2018-03-03 19:12:45 -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 make explicit not_null move constructor so it is noexcept (#630) 2018-03-03 15:53:23 -08:00
owner_tests.cpp Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
span_tests.cpp Fix return type of templated span.subspan() (#625) 2018-03-03 19:12:45 -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