This website requires JavaScript.
Explore
Help
Sign In
townforge
/
scope_exit
Watch
1
Star
0
Fork
0
You've already forked scope_exit
Code
Issues
Pull Requests
Releases
Wiki
Activity
106
Commits
1
Branch
0
Tags
790
KiB
cc
Commit Graph
2 Commits
Author
SHA1
Message
Date
Marshall Clow
9a3563c142
Removed usage of deprecated macros in Boost.ScopeExit
...
[SVN r81573]
2012-11-26 20:23:34 +00:00
Lorenzo Caminiti
a2ba828277
Not added SCOPE_EXIT_ALL_TPL but SCOPE_EXIT_ALL can capture
this_
only on C++11 compilers that allow typename in templates (not MVSC10) -- all SCOPE_EXTIA_ALL can always capture the object using
this
instead of
this_
and SCOPE_EXIT can always capture
this_
even when implemented using C++11 lambdas because there is already a SCOPE_EXIT_TPL.
...
[SVN r77748]
2012-04-03 20:16:03 +00:00