mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
added serialization to list of added items
[SVN r23941]
This commit is contained in:
parent
2f9f41da36
commit
ee71cc2986
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue