Update library list for lexical_cast.

This commit is contained in:
Daniel James 2014-06-16 11:40:03 +01:00
parent 88303ffaa1
commit 1c40feade3

View file

@ -124,7 +124,7 @@ how to download, build, and install the libraries.</p>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
<li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
Walker.</li>
@ -196,7 +196,7 @@ 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&auml;rvi and
Gary Powell.</li>
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
<li><a href="lexical_cast/index.html">lexical_cast</a> -&nbsp; 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="local_function/index.html">local_function</a> -
Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
@ -848,7 +848,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="String">String</a> and Text Processing</h3>
<ul>
<li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
<li><a href="lexical_cast/index.html">lexical_cast</a> - <tt>lexical_cast</tt>
class template, from Kevlin Henney.</li>
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
operations, from Samuel Krempp.</li>
@ -889,7 +889,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Miscellaneous">Miscellaneous</a></h3>
<ul>
<li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
<li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,