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 da039abe67..d8198f8138 100644
--- a/doc/html/lambda/s07.html
+++ b/doc/html/lambda/s07.html
@@ -24,15 +24,15 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="idp320903888"></a>Practical considerations</h2></div></div></div>
+<a name="idp314258432"></a>Practical considerations</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="s07.html#idp320904576">Performance</a></span></dt>
-<dt><span class="section"><a href="s07.html#idp320949872">About compiling</a></span></dt>
-<dt><span class="section"><a href="s07.html#idp320954752">Portability</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp314259120">Performance</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp314303584">About compiling</a></span></dt>
+<dt><span class="section"><a href="s07.html#idp314308464">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp320904576"></a>Performance</h3></div></div></div>
+<a name="idp314259120"></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.
@@ -216,7 +216,7 @@ library is described
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp320949872"></a>About compiling</h3></div></div></div>
+<a name="idp314303584"></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>
@@ -240,8 +240,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="idp320954752"></a>Portability</h3></div></div></div>
-<div class="toc"><dl class="toc"><dt><span class="section"><a href="s07.html#idp320958400">Test coverage</a></span></dt></dl></div>
+<a name="idp314308464"></a>Portability</h3></div></div></div>
+<div class="toc"><dl class="toc"><dt><span class="section"><a href="s07.html#idp314312112">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:
@@ -260,7 +260,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="idp320958400"></a>Test coverage</h4></div></div></div>
+<a name="idp314312112"></a>Test coverage</h4></div></div></div>
<p>The following list describes the test files included and the features that each file covers:
</p>