GSL/include/gsl
Jean-Michaël Celerier f09b24970d
Fix gsl/util for c++20 compilers without <span> (#993)
For instance, clang 10 sets __cplusplus >= 202002L yet does not have span, which causes build errors:

https://gcc.godbolt.org/z/Yq345zGea
2021-09-15 15:12:11 -07:00
..
algorithm renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
assert gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
byte renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
gsl remove multi_span (#958) 2020-12-09 15:18:07 -08:00
gsl_algorithm gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
gsl_assert renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
gsl_byte renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
gsl_narrow renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
gsl_util renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
narrow feat: narrow for non totally ordered types (#986) 2021-06-23 15:28:45 -07:00
pointers gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
span gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
span_ext gsl::at behavior change regarding gsl::span (#985) 2021-05-20 18:18:08 -07:00
string_span renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format (#946) 2020-10-29 17:38:48 -07:00
util Fix gsl/util for c++20 compilers without <span> (#993) 2021-09-15 15:12:11 -07:00