mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Link to string_algo library added
[SVN r23568]
This commit is contained in:
parent
44dcb1cbad
commit
af20b58483
2 changed files with 10 additions and 0 deletions
|
@ -120,6 +120,10 @@
|
|||
|
||||
<h3> ??? - Version 1.3?.?</h3>
|
||||
<ul>
|
||||
<li><a href="libs/algorithm/string/index.html">String Algorithms
|
||||
Library</a> added - Collection of string related algorithms
|
||||
for case conversion, trimming, find/replace operations and more,
|
||||
from Pavol Droba</li>
|
||||
<li><a href="libs/multi_index/doc/index.html">Multi-index
|
||||
Containers Library</a> added - Containers with multiple
|
||||
STL-compatible access interfaces,
|
||||
|
|
|
@ -181,6 +181,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
||||
represents parsers directly as EBNF grammars in inlined C++, from Joel de
|
||||
Guzman and team.</li>
|
||||
<li><a href="algorithm/string/index.html">string_algo</a> -
|
||||
String algorithms library, from Pavol Droba</li>
|
||||
<li><a href="test/doc/index.html">test</a> - Support for simple program testing,
|
||||
full unit testing, and for program
|
||||
execution monitoring, from Gennadiy Rozental.</li>
|
||||
|
@ -226,6 +228,8 @@ how to download, build, and install the libraries.</p>
|
|||
Guzman and team.</li>
|
||||
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
<li><a href="algorithm/string/index.html">string_algo</a> -
|
||||
String algorithms library, from Pavol Droba</li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="Containers">Containers</a></h3>
|
||||
|
@ -275,6 +279,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
|
||||
extensions for simultaneous min/max and min/max element computations,
|
||||
from Hervé Brönnimann.</li>
|
||||
<li><a href="algorithm/string/index.html">string_algo</a> -
|
||||
String algorithms library, from Pavol Droba</li>
|
||||
<li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b> <b>prior()</b>
|
||||
function templates, from Dave Abrahams and others. </li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue