GSL/tests
Alexey Malov 247c4250d4 Fixes dereferencing operator issue #517 introduced in PR #513 (#516)
* Fixes issue with dereferencing operator issue #491 introduced in PR #513

dereferencing operator added in PR#513 returned a copy of the object
instead of reference to it.
Adding decltype(auto) as return type of operator* fixes this issue.

* added more tests for not_null::operator*
2017-05-31 11:18:55 -07:00
..
unittest-cpp@c331bb0dea Updated submodule reference for unittest-cpp to latest (#483) 2017-04-13 10:46:31 -07:00
algorithm_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
assertion_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
at_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
bounds_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
byte_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
CMakeLists.txt Update CMake usage (#493) 2017-04-25 17:08:36 -07:00
multi_span_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
notnull_tests.cpp Fixes dereferencing operator issue #517 introduced in PR #513 (#516) 2017-05-31 11:18:55 -07:00
owner_tests.cpp Restricting usage of owner<T> to pointer types (#507) 2017-05-30 20:08:12 -07:00
span_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
strided_span_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
string_span_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
utils_tests.cpp Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00