This website requires JavaScript.
Explore
Help
Sign In
boost
/
scope_exit
Watch
2
Star
0
Fork
0
You've already forked scope_exit
mirror of
https://github.com/boostorg/scope_exit.git
synced
2026-01-20 05:02:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
develop
scope_exit
/
test
/
world_void_nova.cpp
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
344 B
Raw
Permalink
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink