|
|
@@ -82,6 +82,8 @@ how to download, build, and install the libraries.</p>
|
|
|
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
|
|
|
<li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
|
|
|
algorithms, from Marshall Clow. </li>
|
|
|
+ <li><a href="align/index.html">align</a> - Memory alignment functions,
|
|
|
+ allocators, and adaptors, from Glen Fernandes.</li>
|
|
|
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
|
|
values of different value types, from Kevlin Henney. </li>
|
|
|
<li><a href="array/index.html">array</a> - STL compliant
|
|
|
@@ -688,6 +690,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|
|
<h3><a name="Memory">Memory</a></h3>
|
|
|
|
|
|
<ul>
|
|
|
+ <li><a href="align/index.html">align</a> - Memory alignment functions,
|
|
|
+ allocators, and adaptors, from Glen Fernandes.</li>
|
|
|
<li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
|
|
|
Steve Cleary.</li>
|
|
|
<li><a href="smart_ptr/index.html">smart_ptr</a> - Six smart
|