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
Throw removed as this would call std::terminate() as noexcept evaluates
to true under any circumstances (see
#58
).
main
offa
7 years ago
parent
98240eab8d
commit
a92915998d
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
+0
-1
include/unique_resource.h
+ 0
- 1
include/unique_resource.h
View File
@@ -87,7 +87,6 @@ namespace sr
catch( ... )
{
d(r);
throw;
}
template<class TR = R, class TD = D,
Write
Preview
Loading…
Cancel
Save