GSL/include
Carson Radtke 883648c945 deprecated features adopted into C++
1) Mark the following GSL features as deprecated:
 - gsl::unique_ptr (always)
 - gsl::shared_ptr (always)
 - gsl::byte (since c++17)
 - gsl::joining_thread (never implemented)
2) Refactor existing deprecations to use the new GSL_DEPRECATED(msg) macro.
3) Create a section in the README for deprecated features in the
   standard.
2025-02-13 21:37:10 -06:00
..
2025-02-13 21:37:10 -06:00
2022-10-18 11:05:09 -07:00