GSL/include/gsl
Anna Gringauze 831584d947
Dev/annagrin/make not null (#711)
* Added c++17 test configurations for clang5.0 and clang6.0

* Added make_not_null helper to create a not_null

Introduction of explicit not_null constructor made it cumbersome to create not_nulls
in c++14. Adding make_not_null helper. Usage (see tests):

int i = 42;

auto x = make_not_null(&i);
helper(make_not_null(&i));
helper_const(make_not_null(&i));

* Added std::forward to make_not_null, fixed some code analysis warnings

* Fix build break in VS2015 Release configuration

* Fix build break in VS2015 Release configuration
2018-08-13 02:22:02 -07:00
..
gsl added gsl_algorithm and gsl_byte headers to main gsl header (#594) 2017-12-04 09:18:40 -08:00
gsl_algorithm fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
gsl_assert fixed typo 2018-08-12 21:45:39 -07:00
gsl_byte fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
gsl_util fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
multi_span fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
pointers Dev/annagrin/make not null (#711) 2018-08-13 02:22:02 -07:00
span fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00
string_span fix cppcorecheck warnings (#703) 2018-08-12 21:44:17 -07:00