Skip to content

Commit afaab13

Browse files
committed
add gsl-lite reference to the docs
1 parent 2ab79d7 commit afaab13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This file contains a variety of links to prior art in this area including relate
1515

1616
- [TS example of scope_exit](https://godbolt.org/z/T5KhTYjP7)
1717
- [GSL final_action](https://github.com/microsoft/GSL/blob/main/include/gsl/util) - part of core guidelines
18+
- [gsl-lite `finally`, `on_return`, `on_error`](https://github.com/gsl-lite/gsl-lite/blob/master/doc/Reference.md#ad-hoc-resource-management-c11-and-higher)
1819
- [Boost.scope](https://www.boost.org/doc/libs/1_87_0/libs/scope/doc/html/index.html)
1920
- [scope_guard based on Andrei Alexandrescu and Petru Marginean article](https://ricab.github.io/scope_guard)
2021
- [Windows Implementation Libraries (WIL) - scope_exit](https://github.com/microsoft/wil/blob/182e6521140174e1d2ed1920f88d005fc4c546e2/include/wil/resource.h#L660)

0 commit comments

Comments
 (0)