diff options
Diffstat (limited to 'doc/html/lambda/extending.html')
-rw-r--r-- | doc/html/lambda/extending.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/lambda/extending.html b/doc/html/lambda/extending.html index 8a1ba31ede..1ce2b65bc8 100644 --- a/doc/html/lambda/extending.html +++ b/doc/html/lambda/extending.html @@ -4,9 +4,9 @@ <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>Extending return type deduction system</title> <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> -<meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> +<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> -<link rel="up" href="../lambda.html" title="Chapter 17. Boost.Lambda"> +<link rel="up" href="../lambda.html" title="Chapter 18. Boost.Lambda"> <link rel="prev" href="le_in_details.html" title="Lambda expressions in details"> <link rel="next" href="s07.html" title="Practical considerations"> </head> @@ -91,7 +91,7 @@ As an example, the action type <code class="literal">operator+</code>. The complete listing of different action types is shown in -<a class="xref" href="extending.html#table:actions" title="Table 17.2. Action types">Table 17.2, “Action types”</a>. +<a class="xref" href="extending.html#table:actions" title="Table 18.2. Action types">Table 18.2, “Action types”</a>. </p> <p> The latter parameters, <code class="literal">A</code> in the unary case, @@ -248,7 +248,7 @@ BLL <code class="literal">return_type_2</code> template, which require that the argument types are references. </p> <div class="table"> -<a name="table:actions"></a><p class="title"><b>Table 17.2. Action types</b></p> +<a name="table:actions"></a><p class="title"><b>Table 18.2. Action types</b></p> <div class="table-contents"><table class="table" summary="Action types"> <colgroup> <col> |