summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2013-09-09 04:06:52 +0000
committerRene Rivera <grafikrobot@gmail.com>2013-09-09 04:06:52 +0000
commit10a523382903820486d2405b2841200d49a0fbda (patch)
treec85dc999c4109f539124d16c118f6eb35b436823 /libs/libraries.htm
parentd9df548ac7f475ea10600c322272b1df02818133 (diff)
downloadboost-10a523382903820486d2405b2841200d49a0fbda.tar.gz
Merge Predef library to release.
[SVN r85618]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm14
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 39a89bfb31..1a64046781 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -242,6 +242,13 @@ how to download, build, and install the libraries.</p>
<li><a href="phoenix/index.html">Phoenix</a> - Define small unnamed
function objects at the actual call site, and more, from Joel de Guzman, Dan
Marsden and Thomas Heller</li>
+
+ <li><a href="predef/index.html">Predef</a> - This library defines a set of
+ compiler, architecture, operating system, library, and other version
+ numbers from the information it can gather of C, C++, Objective C, and
+ Objective C++ predefined macros or those defined in generally available
+ headers, from Rene Rivera.</li>
+
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease
OO-programming, from Thorsten Ottosen. </li>
@@ -868,6 +875,13 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Kevlin Henney.</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="predef/index.html">Predef</a> - This library defines a set of
+ compiler, architecture, operating system, library, and other version
+ numbers from the information it can gather of C, C++, Objective C, and
+ Objective C++ predefined macros or those defined in generally available
+ headers, from Rene Rivera.</li>
+
<li><a href="utility/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="timer/index.html">timer</a> - Event timer,