mirror of
https://github.com/boostorg/parameter.git
synced 2026-01-19 04:22:13 +00:00
Clean up a whole lot of bad links
[SVN r31851]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user