summaryrefslogtreecommitdiff
path: root/doc/html/lambda/s07.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/lambda/s07.html')
-rw-r--r--doc/html/lambda/s07.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/lambda/s07.html b/doc/html/lambda/s07.html
index 7b6ed8a5e2..40b3045b63 100644
--- a/doc/html/lambda/s07.html
+++ b/doc/html/lambda/s07.html
@@ -25,15 +25,15 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="idp338950640"></a>Practical considerations</h2></div></div></div>
+<a name="idp357804240"></a>Practical considerations</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="s07.html#idp338951328">Performance</a></span></dt>
-<dt><span class="section"><a href="s07.html#idp338995808">About compiling</a></span></dt>
-<dt><span class="section"><a href="s07.html#idp339000688">Portability</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp357804928">Performance</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp357849392">About compiling</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp357854272">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp338951328"></a>Performance</h3></div></div></div>
+<a name="idp357804928"></a>Performance</h3></div></div></div>
<p>In theory, all overhead of using STL algorithms and lambda functors
compared to hand written loops can be optimized away, just as the overhead
from standard STL function objects and binders can.
@@ -217,7 +217,7 @@ library is described
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp338995808"></a>About compiling</h3></div></div></div>
+<a name="idp357849392"></a>About compiling</h3></div></div></div>
<p>The BLL uses templates rather heavily, performing numerous recursive instantiations of the same templates.
This has (at least) three implications:
</p>
@@ -241,8 +241,8 @@ Most compilers allow a greater number of nested templates, but commonly require
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp339000688"></a>Portability</h3></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="s07.html#idp339004336">Test coverage</a></span></dt></dl></div>
+<a name="idp357854272"></a>Portability</h3></div></div></div>
+<div class="toc"><dl class="toc"><dt><span class="section"><a href="s07.html#idp357857920">Test coverage</a></span></dt></dl></div>
<p>
The BLL works with the following compilers, that is, the compilers are capable of compiling the test cases that are included with the BLL:
@@ -261,7 +261,7 @@ The BLL works with the following compilers, that is, the compilers are capable o
</p>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
-<a name="idp339004336"></a>Test coverage</h4></div></div></div>
+<a name="idp357857920"></a>Test coverage</h4></div></div></div>
<p>The following list describes the test files included and the features that each file covers:
</p>