From 9f0a516068e63a2324c181860e1ae9c3e98e202f Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 16 Mar 2005 12:36:42 +0000 Subject: [PATCH] 1.34 -> 1.33, duh [SVN r27697] --- bind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ==, !=, <, <=, >,