summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 9d6a908339..21b2d442ff 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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.&nbsp;</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.&nbsp;</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