|
|
@@ -124,6 +124,9 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
Beman Dawes.</li>
|
|
|
+ <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
|
|
|
+ to manage larque quantities of highly redundant objects,
|
|
|
+ from Joaquín M López Muñoz.</li>
|
|
|
<li><a href="foreach/index.html">foreach</a> - BOOST_FOREACH macro for easily
|
|
|
iterating over the elements of a sequence, from Eric Niebler.</li>
|
|
|
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
@@ -661,6 +664,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
<li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
Beman Dawes.</li>
|
|
|
+ <li><a href="flyweight/doc/index.html">flyweight</a> - Design pattern
|
|
|
+ to manage larque quantities of highly redundant objects,
|
|
|
+ from Joaquín M López Muñoz.</li>
|
|
|
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
|
|
|
from Fernando Cacciola.</li>
|
|
|
<li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union
|