From 51ef5da4e7629a38f1002a3d33c6f30cfd849fa3 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 1 Dec 2005 04:52:04 +0000 Subject: [PATCH] Clean up a whole lot of bad links [SVN r31851] --- doc/html/index.html | 2 +- doc/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/index.html b/doc/html/index.html index f061c4c..de6b1de 100755 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -675,7 +675,7 @@ been the first parameter, we would have needed ten overloads. In the worst case—where the function has five “out” parameters—25 or 32 overloads would be required. This “forwarding problem” is well-known to generic library authors, and the C++ standard committee is working on a proposal to address it. In -the meantime, you might consider using Boost.Preprocessor to +the meantime, you might consider using Boost.Preprocessor to generate the overloads you need.

If it is impractical for you to generate or write the overloads that would be required for positional “out” arguments to be passed diff --git a/doc/index.rst b/doc/index.rst index 871da0e..153fbba 100755 --- a/doc/index.rst +++ b/doc/index.rst @@ -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