mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-03 01:18:35 -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