• Home
Name Date Size #Lines LOC

..--

.github/workflows/06-Sep-2024-202187

doc/06-Sep-2024-2,0891,780

example/06-Sep-2024-11464

include/boost/06-Sep-2024-2,9272,256

meta/06-Sep-2024-2019

test/06-Sep-2024-3,0691,982

.gitattributesD06-Sep-20243.8 KiB9791

.travis.ymlD06-Sep-20247.8 KiB347304

CMakeLists.txtD06-Sep-2024837 2923

README.mdD06-Sep-2024717 1912

appveyor.ymlD06-Sep-20242.1 KiB7160

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