A collection of scope guards and a unique_resource wrapper
Boost.Scope provides a number of scope guard utilities and a unique_resource
wrapper, similar to those described in
C++ Extensions for Library Fundamentals, Version 3,
Section 3.3 Scope guard support [scopeguard]. The implementation also provides a few non-standard extensions.
Directories
- doc - QuickBook documentation sources
- include - Interface headers of Boost.Scope
- test - Boost.Scope unit tests
More information
- Read the documentation.
- Report bugs. Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
- Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
... More
license | BSL-1.0 |
---|---|
project | boost |
url | github.com/boostorg/scope |
doc-url | www.boost.org/doc/libs/1_87_0/libs/scope |
boost-users@lists.boost.orgMailing list | |
topics | C++Boost |
2 Versions
version | 1.87.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 4; libboost-assert, libboost-config, libboost-core, libboost-type-traits |
reviews | +1 |
version | 1.85.0 |
---|---|
repository | https://pkg.cppget.org/1/stable |
depends | 4; libboost-assert, libboost-config, libboost-core, libboost-type-traits |
reviews | +1 |