Skip to content

Commit 3c21458

Browse files
committed
Add scope_guard by @ricab to section 'other implementations' (#14)
1 parent 90ffcf8 commit 3c21458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ TBD
124124
## Other implementations of scope
125125

126126
- [Example implementation](https://github.com/PeterSommerlad/SC22WG21_Papers/tree/master/workspace/P0052_scope_exit/src). Peter Sommerlad. 2018.
127+
- [scope_guard](https://github.com/ricab/scope_guard) – A modern C++11 scope guard that is easy to use but hard to misuse. Ricardo Abreu.
127128

128129
## Notes and references
129130

0 commit comments

Comments
 (0)