1
0
forked from boostorg/bind

Documentation update from Jon T. Pedant

[SVN r23847]
This commit is contained in:
Douglas Gregor
2004-07-20 17:03:55 +00:00
parent 0904a14c1a
commit 5c53d7db2a

View File

@@ -356,8 +356,8 @@ template<class T> void f(T const & t);
(b) does not actually work for const arguments, both l- and r-values, since the
two templates produce the exact same signature and cannot be partially ordered.
</p>
<p>[Note: this is a dark corner of the language, and the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/cwg_active.html#214">
corresponding issue</a> has not been resolved yet.]
<p>[Note: this is a dark corner of the language, and the <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#214">
corresponding issue</a> has only recently been resolved.]
</p>
<h2><a name="FAQ">Frequently Asked Questions</a></h2>
<h3><a name="Q_doesnt_compile">Why doesn't this compile?</a></h3>