File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ For discussions of this library see:
3030- [ GSL final_action] ( https://github.com/microsoft/GSL/blob/main/include/gsl/util ) - part of core guidelines
3131- [ Boost.scope] ( https://www.boost.org/doc/libs/1_87_0/libs/scope/doc/html/index.html )
3232- [ scope_guard based on Andrei Alexandrescu and Petru Marginean article] ( https://ricab.github.io/scope_guard )
33+ - [ Windows Implementation Libraries (WIL) - scope_exit] ( https://github.com/microsoft/wil/blob/182e6521140174e1d2ed1920f88d005fc4c546e2/include/wil/resource.h#L660 )
34+ - [ GCC libstdc++-v3 experimental/scope implementation] ( https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libstdc%2B%2B-v3/include/experimental/scope;h=6e1d342e1b6486b0d1f32166c7eb91d29ed79f4d;hb=refs/heads/master )
35+ - [ LLVM - ADT/ScopeExit.h] ( https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/ADT/ScopeExit.h )
36+ - [ libcxx - scope_guard.h] ( https://github.com/llvm/llvm-project/blob/main/libcxx/include/__utility/scope_guard.h )
37+ - [ Folly - ScopeGuard.h] ( https://github.com/facebook/folly/blob/main/folly/ScopeGuard.h )
38+ - [ BDE (Bloomberg) - ScopeExit.h] ( https://github.com/bloomberg/bde/blob/main/groups/bdl/bdlb/bdlb_scopeexit.h )
3339
3440## Videos
3541
You can’t perform that action at this time.
0 commit comments