diff --git a/bind.html b/bind.html index 8509531..d7ed51e 100644 --- a/bind.html +++ b/bind.html @@ -281,7 +281,7 @@ std::for_each(v.begin(), v.end(), bind(apply<void>(), _1, 5));

The header boost/bind/protect.hpp contains an implementation of protect. To protect a bind function object from evaluation, use protect(bind(f, ...)).

-

Overloaded operators (new in Boost 1.34)

+

Overloaded operators (new in Boost 1.33)

For convenience, the function objects produced by bind overload the logical not operator ! and the relational operators ==, !=, <, <=, >,