Reimplement SCOPE_SUCCESS and SCOPE_FAIL on top of ScopeGuard
Summary: [Folly] Reimplement `SCOPE_SUCCESS` and `SCOPE_FAIL` on top of `ScopeGuardImpl`. Allows the underlying type to be safely move-constructed, in case the compiler does not do RVO copy elision in pre-C++17 builds. Fixes #940. Reviewed By: ericniebler Differential Revision: D10120199 fbshipit-source-id: 889b867041338d6b76a0af5f04076b16e3120f63
Showing
Please register or sign in to comment