Clean up a whole lot of bad links

[SVN r31851]
This commit is contained in:
Douglas Gregor
2005-12-01 04:52:04 +00:00
parent a56c147624
commit 51ef5da4e7
2 changed files with 2 additions and 2 deletions

View File

@@ -675,7 +675,7 @@ been the first parameter, we would have needed <em>ten</em> overloads. In
the worst case—where the function has five “out” parameters—2<sup>5</sup> or 32 overloads would be required. This “<a class="reference" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm">forwarding
problem</a>” is well-known to generic library authors, and the C++
standard committee is working on a <a class="reference" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1690.html">proposal</a> to address it. In
the meantime, you might consider using <a class="reference" href="../../../preprocessor">Boost.Preprocessor</a> to
the meantime, you might consider using <a class="reference" href="../../../preprocessor/index.html">Boost.Preprocessor</a> to
generate the overloads you need.</p>
<p>If it is impractical for you to generate or write the overloads
that would be required for positional “out” arguments to be passed

View File

@@ -698,7 +698,7 @@ generate the overloads you need.
__ http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1690.html
.. _`Boost.Preprocessor`: ../../../preprocessor
.. _`Boost.Preprocessor`: ../../../preprocessor/index.html
If it is impractical for you to generate or write the overloads
that would be required for positional “out” arguments to be passed