]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/function/README.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / function / README.md
CommitLineData
92f5a8d4
TL
1# Boost.Function, a polymorphic function wrapper
2
3[Boost.Function](http://boost.org/libs/function), part of the
4[Boost C++ Libraries](http://boost.org), is the original implementation of the
5polymorphic function wrapper `boost::function`, which was eventually accepted
6into the C++11 standard as [`std::function`](https://en.cppreference.com/w/cpp/utility/functional/function).
7
8## Currently supported compilers
9
1e59de90
TL
10* g++ 4.8 or later
11* clang++ 3.9 or later
12* Visual Studio 2005-2022
92f5a8d4 13
1e59de90 14Tested on [Github Actions](https://github.com/boostorg/function/actions) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/).
92f5a8d4
TL
15
16## License
17
18Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).