Synopsis
Declared in header <boost/scope/scope_fail.hpp>
template<
bool Requires = std::is_move_constructible<base_type>::value,
typename = enable_if<Requires>::type>
scope_fail(scope_fail&& that) noexcept(std::is_nothrow_move_constructible<base_type>::value);