mirror of
https://github.com/microsoft/GSL.git
synced 2025-05-06 22:51:19 -04:00
Guidelines issue 2006 removes the null check inside not_null::get, since the contained pointer is already guaranteed to be not-null upon construction. Resolves #1051