Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Compatibility with Boost.Bind

phoenix::bind passes the older testcases of the Boost.Bind library. For those cases it is completely compatible and interchangeable. Some newer cases have been added to Boost.Bind in 2015 and compatibility in those cases is not guaranteed.

Further tests are needed to check compatibility with std::tr1::bind and std::bind from the C++11 standard.


PrevUpHomeNext