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.html19
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/html/string_algo/env.html b/doc/html/string_algo/env.html
index d46e19388d..1e41b70708 100644
--- a/doc/html/string_algo/env.html
+++ b/doc/html/string_algo/env.html
@@ -27,26 +27,25 @@
<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#idp133704400">Build</a></span></dt>
-<dt><span class="section"><a href="env.html#idp133706704">Examples</a></span></dt>
-<dt><span class="section"><a href="env.html#idp133708288">Tests</a></span></dt>
-<dt><span class="section"><a href="env.html#idp133709792">Portability</a></span></dt>
+<dt><span class="section"><a href="env.html#idp115662224">Build</a></span></dt>
+<dt><span class="section"><a href="env.html#idp115664992">Examples</a></span></dt>
+<dt><span class="section"><a href="env.html#idp115666576">Tests</a></span></dt>
+<dt><span class="section"><a href="env.html#idp115668080">Portability</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp133704400"></a>Build</h3></div></div></div>
+<a name="idp115662224"></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
- separated in <code class="computeroutput">
-Cumulative include for string_algo library. In addition to string.hpp contains also regex-related stuff. </code>.
+ separated in <code class="computeroutput"><a class="link" href="reference.html#header.boost.algorithm.string_regex_hpp" title="Header &lt;boost/algorithm/string_regex.hpp&gt;">boost/algorithm/string_regex.hpp</a></code>.
If this header is used, the application must be linked with the Boost.Regex
library.
</p>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp133706704"></a>Examples</h3></div></div></div>
+<a name="idp115664992"></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
@@ -56,7 +55,7 @@ Cumulative include for string_algo library. In addition to string.hpp contains a
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp133708288"></a>Tests</h3></div></div></div>
+<a name="idp115666576"></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
@@ -65,7 +64,7 @@ Cumulative include for string_algo library. In addition to string.hpp contains a
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp133709792"></a>Portability</h3></div></div></div>
+<a name="idp115668080"></a>Portability</h3></div></div></div>
<p>
The library has been successfully compiled and tested with the following compilers: