2
0
mirror of https://github.com/boostorg/scope.git synced 2026-01-19 04:42:10 +00:00
Andrey Semashev 650fac7419 Added compilers to GitHub Actions CI, removed macos-12 job.
Added newer gcc and clang versions to GitHub Actions CI, reduced usage
of external package repositories. Removed macos-12 job as the corresponding
image has been removed from GitHub Actions.
2024-12-15 23:48:08 +03:00
2024-02-07 02:08:51 +03:00
2023-03-22 03:48:11 +03:00
2023-01-10 02:02:00 +03:00
2024-04-17 00:45:38 +03:00

Boost.Scope

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.

Build status

Branch GitHub Actions Test Matrix Dependencies
master GitHub Actions Tests Dependencies
develop GitHub Actions Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.

Description
Mirrored via gitea-mirror
Readme BSL-1.0 396 KiB
Languages
C++ 98.8%
CMake 1%
HTML 0.2%