boost_function

Crates.ioboost_function
lib.rsboost_function
version0.1.0
created_at2025-08-29 16:38:29.599935+00
updated_at2025-08-29 16:38:29.599935+00
descriptionBoost C++ library boost_function packaged using Zanbil
homepage
repositoryhttps://github.com/zanbilify/boost_function
max_upload_size
id1816124
size309,121
(HKalbasi)

documentation

README

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.

Commit count: 646

cargo fmt