• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.drone/25-Apr-2025-10672

doc/25-Apr-2025-607494

include/boost/25-Apr-2025-343253

meta/25-Apr-2025-1716

test/25-Apr-2025-1,288942

.drone.starD25-Apr-20252.6 KiB2622

.gitattributesD25-Apr-20253.8 KiB9791

.travis.ymlD25-Apr-20257.5 KiB160100

CMakeLists.txtD25-Apr-2025726 2720

README.mdD25-Apr-20251.5 KiB1610

README.md

1# [Boost.Any](http://boost.org/libs/any)
2Boost.Any is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a safe, generic container for single values of different value types.
3
4### Test results
5@               | Build         | Tests coverage | More info
6----------------|-------------- | -------------- |-----------
7Develop branch: | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=develop)](https://travis-ci.org/boostorg/any) [![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...](http://www.boost.org/development/tests/develop/developer/any.html)
8Master branch:  | [![Build Status](https://travis-ci.org/boostorg/any.svg?branch=master)](https://travis-ci.org/boostorg/any) [![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...](http://www.boost.org/development/tests/master/developer/any.html)
9
10
11[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=any)
12
13### License
14
15Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
16