boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.
Version1.90.0compared with

Version Details

Compile Changes (3)

1.81.0 1.90.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated com.github.brunotl » boost_config1.81.01.90.0
~ Updated com.github.brunotl » boost_core1.81.01.90.0
- Removed com.github.brunotl » boost_detail1.81.0-