2024-12-14 04:39:29 +02:00
2023-02-12 04:00:33 +02:00
2024-12-14 04:37:24 +02:00
2024-08-03 12:06:25 -05:00
2024-01-26 07:57:13 +02:00
2024-10-12 21:32:25 +03:00
2024-12-14 04:39:29 +02:00
2001-06-21 16:19:33 +00:00
2021-03-19 04:09:27 +02:00
2024-01-10 02:51:32 +02:00
2024-08-22 14:21:16 +03:00
2024-08-22 13:41:09 +03:00
2024-01-25 22:26:12 +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.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.

Description
Boost.org function module
Readme 2.1 MiB
Languages
C++ 96.7%
CMake 1.7%
Shell 0.6%
Batchfile 0.5%
HTML 0.5%