The stack_unwinding is a small header only C++ library which supplies primitive(class unwinding_indicator) to determining when object destructor is called due to stack-unwinding or due to normal scope leaving.
Stars
87
Forks
11
Watchers
87
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
76
commits
Added live test links: GCC 4.3.5, GCC 4.5.1, GCC 4.6.3, GCC 4.7.2, Clang 3.2
6d84fb3View on GitHubSeparated experimental stuff from scope_failure/scope_success
5a3d052View on GitHubadded uncaught_exception_count.hpp, aimed to boost-ification (currently untested)
bc033f8View on GitHubfixed NO_LAMBDAS branch at boost_scopes_cpp11 example
c65a7d1View on GitHubAdded scope(exit), scope(failure), scope(success) syntax with C++11 example to readme
1509ae9View on GitHub