C++ 11 添加于 Boost 1.23.0
本次发布
依赖项
Boost.Function,一个多态函数包装器
Boost.Function,作为 Boost C++ 库的一部分,是多态函数包装器 boost::function
的原始实现,该包装器最终被接受为 C++11 标准中的 std::function
。
当前支持的编译器
- g++ 4.7 或更高版本
- clang++ 3.9 或更高版本
- Visual Studio 2013-2022
在 Github Actions 和 Appveyor 上进行测试。
License
在 Boost 软件许可,1.0 版下分发。