There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Fully emulates D's scope guard statement feature via C++17's std::uncaught_exceptions() with no dynamic memory allocation and terse syntax via class template deduction. Meant to supersede Boost.ScopeExit.