GSL/include
Dmitry Kobets 5dc7fae119
Use the implementation-defined strict total order for pointer comparisons with not_null (#1106)
Using `<`,`<=`,`>`,`>=` to compare unrelated pointers gives an unspecified result according to the standard.
This PR replaces the usage of these operators in `gsl::not_null` with the STL counterparts, which would leverage any implementation-defined strict total ordering for pointers.

Resolves #880
2023-05-09 09:06:53 -07:00
..
gsl Use the implementation-defined strict total order for pointer comparisons with not_null (#1106) 2023-05-09 09:06:53 -07:00
CMakeLists.txt CMake cleanup (#1060) 2022-10-18 11:05:09 -07:00