Просмотр исходного кода

added serialization to list of added items

[SVN r23941]
Robert Ramey 22 лет назад
Родитель
Сommit
ee71cc2986
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      index.htm

+ 4 - 1
index.htm

@@ -131,7 +131,10 @@
                           <li><a href="doc/html/program_options.html">Program
                           Options Library</a> added - access to configuration
                           data given on command line, in config files and other
-                          sources, from Vladimir Prus.</li>                          
+                          sources, from Vladimir Prus.</li> 
+                          <li><a href="libs/serialization/doc/index.html">Serialization Library</a>
+                          added - serialization/de-serialization of arbitrary C++ data structures to 
+                          various formats including text, binary, and xml, from Robert Ramey                         
                           <li><a href="doc/html/signals.html">Signals</a> library: introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
                           <li>Compose: This deprecated library has been removed.</li>
                           <li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>

粤ICP备19079148号