Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
E.19: clarify that
finally
is from the GSL (isocpp#1936)
When I stumbled upon E.19 "Use a `final_action` object to express cleanup if no suitable resource handle is available" I was hopeful that this `final_action`/`finally()` thing is from the STL, but, alas, it isn't. Make it clear that `finally` is a GSL construct.
- Loading branch information