apenn-msft 8eb3205aab
explicitly document finally actions must be non-throwing
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.
2025-02-03 17:24:20 -05:00
..