GSL/include/gsl
Cristian Morales Vega b213c89700 Add missing #include if built with GSL_USE_STD_BYTE=1
cstddef was being included to detect whether GSL_USE_STD_BYTE should be
set to 0 or 1. But if the user provided GSL_USE_STD_BYTE no detection is
required and the header was never included.
2019-11-08 16:37:23 +00: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 Clang cl (#762) 2019-01-15 10:27:34 -08:00
gsl_byte Add missing #include if built with GSL_USE_STD_BYTE=1 2019-11-08 16:37:23 +00:00
gsl_util Added std::exchange (C++14) to make the intent more explicit 2019-10-07 21:49:50 +02:00
multi_span adding clang/gcc suppression of the deprecation warnings. 2019-10-04 12:38:55 -07:00
pointers Fix typos in gsl/pointers 2019-10-06 19:20:15 +03:00
span Update span 2019-02-20 20:25:50 +05:30
string_span Fixes #798 : Dropped inclusion of gsl/pointers in string_span. 2019-08-05 13:16:42 +03:00