GSL/include/gsl
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
..
gsl Fixes dereferencing operator issue #517 introduced in PR #513 (#516) 2017-05-31 11:18:55 -07:00
gsl_algorithm Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
gsl_assert Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
gsl_byte Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
gsl_util Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00
multi_span Fix use of 0 instead of nullptr warning (#515) 2017-05-30 09:57:45 -07:00
span GSL_NOEXCEPT should appear before the initialization list (#514) 2017-05-30 08:09:09 -07:00
string_span Reformat files to follow clang-format style (#492) 2017-04-20 07:51:37 -07:00