mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
5dc7fae119
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 |
||
---|---|---|
.. | ||
gsl | ||
CMakeLists.txt |