microsoft / GSL

Guidelines Support Library
Other
6.13k stars 737 forks source link

add not_null and strict_not_null tests for const #1085

Closed beinhaerter closed 1 year ago

beinhaerter commented 1 year ago

While writing the docs I found a remove_cv_t in make_null/make_strict_not_null which made me wonder if we want to make sure that the code works well with const pointers.