Dev/annagrin/sloppy not null (#712)

* Added c++17 test configurations for clang5.0 and clang6.0

* added transition helper sloppy_not_null

* Moved gsl_transition to a samples folder

* Fixed build break and static analysis warnings
This commit is contained in:
Anna Gringauze
2018-08-13 09:55:48 -07:00
committed by GitHub
parent 831584d947
commit 6241b3faa6
5 changed files with 254 additions and 10 deletions

View File

@@ -16,6 +16,7 @@
#include <cstdlib> // for std::exit
#include <gsl/gsl_util> // for narrow
#include <gsl/gsl_assert> // for get_terminate
int narrow_no_throw()
{