Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 2,089 | 1,780 | ||
example/ | 12-May-2024 | - | 114 | 64 | ||
meta/ | 12-May-2024 | - | 19 | 18 | ||
test/ | 12-May-2024 | - | 3,069 | 1,982 | ||
CMakeLists.txt | D | 12-May-2024 | 837 | 29 | 23 | |
README.md | D | 12-May-2024 | 717 | 19 | 12 | |
index.html | D | 12-May-2024 | 753 | 20 | 13 |
README.md
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 10* g++ 4.4 or later 11* clang++ 3.3 or later 12* Visual Studio 2005-2017 13 14Tested on [Travis](https://travis-ci.org/boostorg/function/) and [Appveyor](https://ci.appveyor.com/project/pdimov/function/). 15 16## License 17 18Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 19