Boost.org function module
Go to file
Peter Dimov 28b88d07bb Fix indentation; remove obsolete comment 2024-02-06 08:57:58 +02:00
.drone Add Drone support 2023-02-12 04:00:33 +02:00
.github/workflows Update ci.yml 2024-01-10 03:30:19 +02: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 Fix indentation; remove obsolete comment 2024-02-06 08:57:58 +02:00
meta Update meta/libraries.json 2024-01-26 07:57:13 +02:00
test Remove BOOST_NO_CXX11_RVALUE_REFERENCES workarounds 2024-01-27 07:21:54 +02:00
.drone.jsonnet Update .drone.jsonnet 2024-01-10 03:47:11 +02:00
.gitattributes Initial comit 2001-06-21 16:19:33 +00:00
.travis.yml Add CMake tests to .travis.yml 2021-03-19 04:09:27 +02:00
CMakeLists.txt Regenerate CMakeLists.txt 2024-01-26 07:57:47 +02:00
README.md Update README 2024-01-25 22:26:12 +02:00
appveyor.yml Remove C++03 from CI 2024-01-10 02:51:32 +02:00
index.html Merged copyright and license addition 2006-11-07 19:27:00 +00:00

README.md

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.7 or later
  • clang++ 3.9 or later
  • Visual Studio 2013-2022

Tested on Github Actions and Appveyor.

License

Distributed under the Boost Software License, Version 1.0.