forked from boostorg/bind
1.34 -> 1.33, duh
[SVN r27697]
This commit is contained in:
@@ -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>
|
<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
|
protect</STRONG>. To protect a <STRONG>bind</STRONG> function object from
|
||||||
evaluation, use <tt>protect(bind(f, ...))</tt>.</P>
|
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
|
<p>For convenience, the function objects produced by <tt>bind</tt> overload
|
||||||
the logical not operator <STRONG>!</STRONG> and the relational operators <STRONG>==</STRONG>,
|
the logical not operator <STRONG>!</STRONG> and the relational operators <STRONG>==</STRONG>,
|
||||||
<STRONG>!=</STRONG>, <STRONG><</STRONG>, <STRONG><=</STRONG>, <STRONG>></STRONG>,
|
<STRONG>!=</STRONG>, <STRONG><</STRONG>, <STRONG><=</STRONG>, <STRONG>></STRONG>,
|
||||||
|
Reference in New Issue
Block a user