|
|
@@ -173,6 +173,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
|
|
|
function objects at the actual call site, and more, from Jaakko Järvi and
|
|
|
Gary Powell.</li>
|
|
|
+ <li><a href="locale/index.html">locale</a> - Provide localization and Unicode
|
|
|
+ handling tools for C++, from Artyom Beilis</li>
|
|
|
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> - General literal text conversions, such as an <code>int</code> represented as
|
|
|
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
|
|
|
<li><a href="math/doc/index.html">math</a> - Several contributions in the
|
|
|
@@ -340,6 +342,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
|
|
|
+ <li><a href="locale/index.html">locale</a> - Provide localization and Unicode
|
|
|
+ handling tools for C++, from Artyom Beilis</li>
|
|
|
<li><a href="regex/index.html">regex</a> - Regular expression
|
|
|
library, from John Maddock</li>
|
|
|
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|