GSL/include/gsl
Anna Gringauze 6a75903c79 replace uses of GSL_NOEXCEPT macro (#719)
* Added c++17 test configurations for clang5.0 and clang6.0

* removed GSL_NOEXCEPT

- Removed GSL_NOEXCEPT macro
- Replaced by noexcept keyword when needed
- removed noexcept where a function could throw

* remove unneded undef

* fixed replace errors

* removed noexcept where function can throw
2018-08-12 20:19:16 -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 Applied iwyu --comment to the code base (#588) 2017-11-28 07:13:49 -08:00
gsl_assert Suppress warnings on VS (#642) 2018-07-31 17:53:00 -07:00
gsl_byte Explicitly check for availability of std::byte (fixes #713) (#714) 2018-08-03 10:39:12 -07:00
gsl_util Suppress warnings on VS (#642) 2018-07-31 17:53:00 -07:00
multi_span replace uses of GSL_NOEXCEPT macro (#719) 2018-08-12 20:19:16 -07:00
pointers Added template argument deduction for not_null (#689) 2018-06-07 13:36:56 -07:00
span fix gcc build (gcc 7) (#690) 2018-06-08 11:41:06 -07:00
string_span replace uses of GSL_NOEXCEPT macro (#719) 2018-08-12 20:19:16 -07:00