summaryrefslogtreecommitdiff
path: root/doc/html/string_algo/env.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/string_algo/env.html')
-rw-r--r--doc/html/string_algo/env.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/string_algo/env.html b/doc/html/string_algo/env.html
index ea1f8cb3a8..d3178e671e 100644
--- a/doc/html/string_algo/env.html
+++ b/doc/html/string_algo/env.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../string_algo.html" title="Chapter&#160;29.&#160;Boost String Algorithms Library">
+<link rel="up" href="../string_algo.html" title="Chapter&#160;30.&#160;Boost String Algorithms Library">
<link rel="prev" href="rationale.html" title="Rationale">
<link rel="next" href="credits.html" title="Credits">
</head>
@@ -27,14 +27,14 @@
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="string_algo.env"></a>Environment</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="env.html#idp440117936">Build</a></span></dt>
-<dt><span class="section"><a href="env.html#idp440120704">Examples</a></span></dt>
-<dt><span class="section"><a href="env.html#idp440122288">Tests</a></span></dt>
-<dt><span class="section"><a href="env.html#idp440123792">Portability</a></span></dt>
+<dt><span class="section"><a href="env.html#idm45555119560640">Build</a></span></dt>
+<dt><span class="section"><a href="env.html#idm45555119557872">Examples</a></span></dt>
+<dt><span class="section"><a href="env.html#idm45555119556288">Tests</a></span></dt>
+<dt><span class="section"><a href="env.html#idm45555119554784">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp440117936"></a>Build</h3></div></div></div>
+<a name="idm45555119560640"></a>Build</h3></div></div></div>
<p>
The whole library is provided in headers. Regex variants of some algorithms,
however, are dependent on the Boost.Regex library. All such algorithms are
@@ -45,7 +45,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp440120704"></a>Examples</h3></div></div></div>
+<a name="idm45555119557872"></a>Examples</h3></div></div></div>
<p>
Examples showing the basic usage of the library can be found in the libs/algorithm/string/example
directory. There is a separate file for the each part of the library. Please follow the boost
@@ -55,7 +55,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp440122288"></a>Tests</h3></div></div></div>
+<a name="idm45555119556288"></a>Tests</h3></div></div></div>
<p>
A full set of test cases for the library is located in the libs/algorithm/string/test directory.
The test cases can be executed using the boost build system. For the tests of regular
@@ -64,7 +64,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp440123792"></a>Portability</h3></div></div></div>
+<a name="idm45555119554784"></a>Portability</h3></div></div></div>
<p>
The library has been successfully compiled and tested with the following compilers: