mirror of
https://github.com/microsoft/GSL.git
synced 2026-07-10 02:20:57 +02:00
30595c1f1d
* Restricting usage of owner<T> to pointer types * Removing an additional type that was created for testing * Added comment about the new constraint on owner * Adding dereference operator to not_null * Removing dereference operator changes for not-null * Removing dereference operator changes for not-null * Review comments