mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-03 21:43:21 -05: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