]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mp11/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / mp11 / README.md
CommitLineData
b32b8144
FG
1# Mp11, a C++11 metaprogramming library
2
3Mp11 is a C++11 metaprogramming library based on template aliases and variadic templates.
4It implements the approach outlined in the article
20effc67
TL
5["Simple C++11 metaprogramming"](https://www.boost.org/libs/mp11/doc/html/simple_cxx11_metaprogramming.html)
6and [its sequel](https://www.boost.org/libs/mp11/doc/html/simple_cxx11_metaprogramming_2.html).
b32b8144 7
92f5a8d4
TL
8Mp11 is part of [Boost](http://boost.org/libs/mp11), starting with release 1.66.0. It
9however has no Boost dependencies and can be used standalone, as a Git submodule, for
10instance. For CMake users, `add_subdirectory` is supported, as is installation and
f67539c2 11`find_package(boost_mp11)`.
b32b8144
FG
12
13## Supported compilers
14
1e59de90
TL
15* g++ 4.8 or later
16* clang++ 3.9 or later
f67539c2 17* Visual Studio 2013, 2015, 2017, 2019
b32b8144 18
1e59de90 19Tested on [Github Actions](https://github.com/boostorg/mp11/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/mp11/).
b32b8144
FG
20
21## License
22
23Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).