1
0
forked from boostorg/bind

1.34 -> 1.33, duh

[SVN r27697]
This commit is contained in:
Peter Dimov
2005-03-16 12:36:42 +00:00
parent 6602068638
commit 9f0a516068

View File

@@ -281,7 +281,7 @@ std::for_each(v.begin(), v.end(), bind(apply<void>(), _1, 5));
<P>The header <STRONG>boost/bind/protect.hpp</STRONG> contains an implementation of <STRONG>
protect</STRONG>. To protect a <STRONG>bind</STRONG> function object from
evaluation, use <tt>protect(bind(f, ...))</tt>.</P>
<h3><a name="operators">Overloaded operators</a> (new in Boost 1.34)</h3>
<h3><a name="operators">Overloaded operators</a> (new in Boost 1.33)</h3>
<p>For convenience, the function objects produced by <tt>bind</tt> overload
the logical not operator <STRONG>!</STRONG> and the relational operators <STRONG>==</STRONG>,
<STRONG>!=</STRONG>, <STRONG>&lt;</STRONG>, <STRONG>&lt;=</STRONG>, <STRONG>&gt;</STRONG>,