GSL/include/gsl
Werner Henze 4377f6e603
quoted form of #include when GSL includes GSL files (#1030)
[SF.12: Prefer the quoted form of #include for files relative to the including file and the angle bracket form everywhere else](https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rs-incform)

Additionally changed #include order in `span` so that all `span_ext` is in the GSL include block and not in the STL include block.

Fixes issues #1025.

Co-authored-by: Werner Henze <w.henze@avm.de>
2022-01-31 13:06:42 -08:00
..
algorithm quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08: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 quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
gsl_algorithm quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
gsl_assert quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
gsl_byte quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
gsl_narrow quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
gsl_util quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
narrow quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
pointers quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
span quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
span_ext quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
string_span quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
util quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00