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

..03-May-2022-

doc/H03-Dec-2020-2,0891,780

example/H03-Dec-2020-11464

meta/H03-Dec-2020-1918

test/H03-Dec-2020-3,0191,948

README.mdH A D03-Dec-2020717 1912

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