]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/any/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / any / README.md
CommitLineData
1e59de90
TL
1# [Boost.Any](https://boost.org/libs/any)
2Boost.Any is a part of the [Boost C++ Libraries](https://github.com/boostorg). It is a safe, generic container for single values of different value types.
3
7c673cae
FG
4
5### Test results
7c673cae
FG
6@ | Build | Tests coverage | More info
7----------------|-------------- | -------------- |-----------
1e59de90
TL
8Develop branch: | [![Github Actions CI](https://github.com/boostorg/any/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/any/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/dmugl75nfhjnx7ot/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/any/branch/develop) | [![Coverage Status](https://coveralls.io/repos/boostorg/any/badge.png?branch=develop)](https://coveralls.io/r/boostorg/any?branch=develop) | [details...](https://www.boost.org/development/tests/develop/developer/any.html)
9Master branch: | [![Github Actions CI](https://github.com/boostorg/any/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/boostorg/any/actions/workflows/ci.yml) [![Build status](https://ci.appveyor.com/api/projects/status/dmugl75nfhjnx7ot/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/any/branch/master) | [![Coverage Status](https://coveralls.io/repos/boostorg/any/badge.png?branch=master)](https://coveralls.io/r/boostorg/any?branch=master) | [details...](https://www.boost.org/development/tests/master/developer/any.html)
7c673cae
FG
10
11
1e59de90 12[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/any.html)
7c673cae
FG
13
14### License
15
1e59de90 16Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).