Update result_of information

[SVN r38024]
This commit is contained in:
Douglas Gregor 2007-06-18 12:48:37 +00:00
parent 06404f7d39
commit 66ca84a45d

View File

@ -163,9 +163,9 @@ void f() {
<code><em>N</em> &gt; 0</code> or <code>void</code> <code><em>N</em> &gt; 0</code> or <code>void</code>
when <code><em>N</em> = 0</code>. For additional when <code><em>N</em> = 0</code>. For additional
information about <code>result_of</code>, see the information about <code>result_of</code>, see the
current draft of the C++ Library TR, <a C++ Library Technical Report, <a
href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2004/n1647.pdf">N1647</a>, href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf">N1836</a>,
or the <code>result_of</code> <a or, for motivation and design rationale, the <code>result_of</code> <a
href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1454.html">proposal</a>.</p> href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1454.html">proposal</a>.</p>
<p>Class template <code>result_of</code> resides in <p>Class template <code>result_of</code> resides in