mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
Move lexical_cast into the correct place.
This commit is contained in:
parent
010650f277
commit
38722a9f3e
1 changed files with 2 additions and 2 deletions
|
@ -862,11 +862,11 @@ 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="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>
|
||||
<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="lexical_cast/index.html">lexical_cast</a> - <tt>lexical_cast</tt>
|
||||
class template, from Kevlin Henney.</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
|
||||
|
|
Loading…
Add table
Reference in a new issue