summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorGlen Fernandes <glenfe@live.com>2014-04-28 22:13:43 -0700
committerGlen Fernandes <glenfe@live.com>2014-04-28 22:13:43 -0700
commitab41c8d16f4cae306ef717364b1e4c029e80a2f4 (patch)
treeec01d5cb83d185c4dba941e3d5b9ba34a86282be /libs/libraries.htm
parentff41efcc5c788f506a30e7c366ee185fa456c619 (diff)
downloadboost-ab41c8d16f4cae306ef717364b1e4c029e80a2f4.tar.gz
Add align to release
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