This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
scope-guard
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Todo removed as there's an issue for this.
main
offa
7 years ago
parent
54190db19e
commit
c9bfe16f6e
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
include/scope_guard.h
+ 0
- 1
include/scope_guard.h
View File
@@ -48,7 +48,6 @@ namespace sr
explicit scope_guard_t(D&& deleter) : m_deleter(deleter),
m_execute_on_destruction(true)
{
// TODO: Handle copying correctly (#41)
}
Write
Preview
Loading…
Cancel
Save