GSL/include/gsl
Carson Radtke d988e0e19b introduce gsl::swap for swapping gsl::not_null
fixes: https://github.com/microsoft/GSL/issues/1129

* create gsl::swap<T>(T&, T&) which wraps std::swap
* specialize gsl::swap<T>(gsl::not_null<T>&, gsl::not_null<T>&)
* add tests
2024-10-17 06:56:28 -05:00
..
algorithm quoted form of #include when GSL includes GSL files (#1030) 2022-01-31 13:06:42 -08:00
assert Update Clang GSL_SUPPRESS to stringize parameter instead of using fixed string literal. (#1133) 2023-09-11 10:52:30 -07:00
byte Test only __cpp_lib_byte, drop _HAS_STD_BYTE. (#1145) 2024-02-26 13:22:20 -08:00
gsl Added the IWYU pragma export (#1154) 2024-10-15 17:26:45 -05:00
narrow Delete the useless 'noexcept(false)' (#1152) 2024-10-14 15:30:40 -05:00
pointers introduce gsl::swap for swapping gsl::not_null 2024-10-17 06:56:28 -05:00
span Fix gcc build problem (#1149) 2024-10-11 19:46:21 -05:00
span_ext Deprecate the Ptr make_span overloads (#1113) 2023-05-22 10:48:41 -07:00
string_span Deprecate <gsl/string_span> and replace with <gsl/zstring> (#1125) 2023-06-28 10:48:23 -07:00
util introduce gsl::swap for swapping gsl::not_null 2024-10-17 06:56:28 -05:00
zstring Deprecate <gsl/string_span> and replace with <gsl/zstring> (#1125) 2023-06-28 10:48:23 -07:00