Go to file
2019-07-25 08:06:10 +03:00
doc Add, and update, documentation build targets. 2016-10-07 23:07:34 -05:00
example Simplify example/Jamfile 2018-11-13 21:21:10 +02:00
include/boost Merge branch 'develop' into develop 2019-04-29 15:05:21 -04:00
meta Update libraries.json 2018-11-13 21:31:36 +02:00
test Add CMakeLists.txt 2019-01-07 00:09:56 +02:00
.gitattributes Initial comit 2001-06-21 16:19:33 +00:00
.travis.yml Update .travis.yml 2019-07-25 08:06:10 +03:00
appveyor.yml Switch Appveyor to 2015 image 2019-04-14 18:27:47 +03:00
CMakeLists.txt Add CMakeLists.txt 2019-01-07 00:09:56 +02:00
index.html Merged copyright and license addition 2006-11-07 19:27:00 +00:00
README.md Simplify README 2018-11-13 21:30:36 +02:00

Boost.Function, a polymorphic function wrapper

Boost.Function, part of the Boost C++ Libraries, is the original implementation of the polymorphic function wrapper boost::function, which was eventually accepted into the C++11 standard as std::function.

Currently supported compilers

  • g++ 4.4 or later
  • clang++ 3.3 or later
  • Visual Studio 2005-2017

Tested on Travis and Appveyor.

License

Distributed under the Boost Software License, Version 1.0.