GSL/include
apenn-msft 8ffd43043d
allow final action to invoke throwing actions
where an action is provided to final action to execute at end of scope and that action throws, because final action's destructor is marked noexcept, the program will terminate. Instead, allow final action's destructor to be noexcept dependent upon whether the action throws.
2025-02-03 18:01:15 -05:00
..
2022-10-18 11:05:09 -07:00