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
..
2023-02-17 10:38:34 -08:00
2023-02-14 14:10:56 -08:00
2022-07-18 17:42:21 -07:00
2023-01-19 13:17:39 -08:00