mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-03 09:28:35 -04:00
because the gsl::final_action destructor is marked noexcept(true), the action cannot throw else the program will terminate; this nuance should be documented explicitly and (to be investigated later) ideally enforced in code.