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
Missing noexcept added (
fixes
#17
).
main
offa
7 years ago
parent
33865e73b1
commit
aa331eceb1
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
include/scope_guard.h
+ 1
- 1
include/scope_guard.h
View File
@@ -52,7 +52,7 @@ namespace sr
}
void release()
void release()
noexcept
{
m_execute_on_destruction = false;
}
Write
Preview
Loading…
Cancel
Save