mirror of
https://github.com/microsoft/GSL.git
synced 2025-04-28 03:25:32 -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.