303d964a24
Deprecate the Ptr make_span overloads ( #1113 )
...
These overloads don't seem to be in a usable state, and their original purpose is no longer clear. Deprecate them.
Resolves #1092
2023-05-22 10:48:41 -07:00
330583f478
Resolve MSVC warning C5260 ( #1049 )
...
* Test solution
* Mark dynamic_extent as inline, compiler-version-permitting
2022-07-18 17:42:21 -07:00
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
b26f6d5ec7
gsl::at behavior change regarding gsl::span ( #985 )
...
* move span specialization of 'at' to <gsl/span> and update the parameter to be taken by reference
* undid previous changes and acted upon decisions made in maintainer sync. Fixed tests failing in /kernel mode
* ran clang-format on the include folder
* ran clang-format on the test folder
Co-authored-by: Jordan Maples <jordan.maples@microsoft.com >
2021-05-20 18:18:08 -07:00
a150aaa4ed
renaming main logic files. Added warning message of the removal and include passthrough. Renamed includes in the source files. Ran Clang-Format ( #946 )
...
Header rename
2020-10-29 17:38:48 -07:00
9cb376c050
adding back free functions for [c|cr][begin|end]
2020-04-14 16:57:12 -07:00
7341c5d1b5
implement LWG3320 by deleting const_iterator and const_reverse_iterator
2020-04-14 13:51:49 -07:00
94f43d4adf
splitting up span's standard and non-standard behavior
2020-02-19 14:28:12 -08:00