Преглед изворни кода

Add convert to library list.

Daniel James пре 11 година
родитељ
комит
69b48582d0
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      libs/libraries.htm

+ 2 - 0
libs/libraries.htm

@@ -124,6 +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="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
         Kevlin Henney.</li>
+    <li><a href="convert/index.html">convert</a> - An extendible and configurable type-conversion framework, from Vladimir Batov</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="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@@ -857,6 +858,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="convert/index.html">convert</a> - An extendible and configurable type-conversion framework, from Vladimir Batov</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>

粤ICP备19079148号