forked from boostorg/bind
Merge r86524 (Correct broken links to C++ standard papers); fixes #9212
[SVN r86673]
This commit is contained in:
@@ -390,7 +390,7 @@ void connect()
|
|||||||
<p>As a general rule, the function objects generated by <b>bind</b> take their
|
<p>As a general rule, the function objects generated by <b>bind</b> take their
|
||||||
arguments by reference and cannot, therefore, accept non-const temporaries or
|
arguments by reference and cannot, therefore, accept non-const temporaries or
|
||||||
literal constants. This is an inherent limitation of the C++ language in its
|
literal constants. This is an inherent limitation of the C++ language in its
|
||||||
current (2003) incarnation, known as <A href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">
|
current (2003) incarnation, known as <A href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">
|
||||||
the forwarding problem</A>. (It will be fixed in the next standard, usually
|
the forwarding problem</A>. (It will be fixed in the next standard, usually
|
||||||
called C++0x.)</p>
|
called C++0x.)</p>
|
||||||
<p>The library uses signatures of the form
|
<p>The library uses signatures of the form
|
||||||
|
Reference in New Issue
Block a user