2014-06-01 23:27:42 +04:00
Boost.Core
==========
2014-06-01 23:25:13 +04:00
2018-11-01 20:40:42 +03:00
Boost.Core, part of collection of the [Boost C++ Libraries ](https://github.com/boostorg ), is a collection of core utilities used by other Boost libraries.
2014-06-01 23:25:13 +04:00
The criteria for inclusion is that the utility component be:
* simple,
* used by other Boost libraries, and
2025-10-22 10:21:18 +03:00
* not dependent on any other Boost modules except Core itself, Config, Assert, or ThrowException.
2014-06-01 23:25:13 +04:00
2021-09-06 01:23:53 +03:00
### Build Status
2016-05-21 19:37:50 +03:00
2021-09-06 01:23:53 +03:00
Branch | GitHub Actions | AppVeyor | Test Matrix | Dependencies |
---------|----------------|--------- | ----------- | ------------ |
2025-10-22 10:29:46 +03:00
Develop | [](https://github.com/boostorg/core/actions?query=branch%3Adevelop) | [](https://ci.appveyor.com/project/cppalliance/core) | [](https://regression.boost.io/develop/developer/core.html) | [](https://pdimov.github.io/boostdep-report/develop/core.html)
Master | [](https://github.com/boostorg/core/actions?query=branch%3Amaster) | [](https://ci.appveyor.com/project/cppalliance/core) | [](https://regression.boost.io/master/developer/core.html) | [](https://pdimov.github.io/boostdep-report/master/core.html)
2016-05-21 19:37:50 +03:00
2014-06-01 23:25:13 +04:00
### Directories
* **doc** - Documentation of the components
* **include** - Interface headers
* **test** - Unit tests
### More information
2018-11-01 20:40:42 +03:00
* [Documentation ](https://boost.org/libs/core )
2025-10-22 10:29:46 +03:00
* Report bugs by opening issues in this repository. 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.
2018-11-01 20:40:42 +03:00
* 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 ](https://www.boost.org/LICENSE_1_0.txt ).
2014-06-01 23:25:13 +04:00
### License
2018-11-01 20:40:42 +03:00
Distributed under the [Boost Software License, Version 1.0 ](https://boost.org/LICENSE_1_0.txt ).