GSL/tests
Alexey Malov 534bb4c663 Added support of not_null<smart_ptr> comparison (#473)
* Added support of not_null<smart_ptr> comparison

* The return type of not_null comparison operators is determined using SFINAE
#474

* tests for gsl::not_null comparison were added

* not_null comparison tests were rewritten to compare pointers to objects located in the same array

* not_null<shared_ptr> comparison was simplified
2017-04-12 17:34:39 -07:00
..
unittest-cpp@dc6b908380 Adding unittest-cpp as a submodule. 2016-03-23 16:42:35 -07:00
algorithm_tests.cpp Silence warning in algorithm_tests with VS2017 (#453) 2017-02-13 11:25:09 -08:00
assertion_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
at_tests.cpp gsl::at clean-up: (#479) 2017-04-03 22:43:43 -07:00
bounds_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00
byte_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00
CMakeLists.txt Cleanup include structure, constexpr and noexcept compiler workarounds. 2017-02-07 15:59:37 -08:00
multi_span_tests.cpp Properly qualify std::size_t (#448) 2017-02-13 12:11:45 -08:00
notnull_tests.cpp Added support of not_null<smart_ptr> comparison (#473) 2017-04-12 17:34:39 -07:00
owner_tests.cpp Removed .h extension from header files. 2016-08-10 17:24:00 +01:00
span_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00
strided_span_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00
string_span_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00
utils_tests.cpp Fix some corechecker warnings (#470) 2017-04-02 12:30:49 -07:00