$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r85305 - trunk/libs
From: grafikrobot_at_[hidden]
Date: 2013-08-11 14:50:04
Author: grafik
Date: 2013-08-11 14:50:04 EDT (Sun, 11 Aug 2013)
New Revision: 85305
URL: http://svn.boost.org/trac/boost/changeset/85305
Log:
Add Predef library to general documentation.
Text files modified: 
   trunk/libs/libraries.htm   |    14 ++++++++++++++                          
   trunk/libs/maintainers.txt |     1 +                                       
   2 files changed, 15 insertions(+), 0 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm	Sun Aug 11 14:38:50 2013	(r85304)
+++ trunk/libs/libraries.htm	2013-08-11 14:50:04 EDT (Sun, 11 Aug 2013)	(r85305)
@@ -245,6 +245,13 @@
     <li>Phoenix - Define small unnamed
     function objects at the actual call site, and more, from Joel de Guzman, Dan
     Marsden and Thomas Heller</li>
+    
+    <li>Predef - 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>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease
       OO-programming, from Thorsten Ottosen. </li>
@@ -873,6 +880,13 @@
         Kevlin Henney.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
+    
+    <li>Predef - 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>swap -
     Enhanced generic swap function, from Joseph Gauterin.</li>
     <li>timer - Event timer,
Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt	Sun Aug 11 14:38:50 2013	(r85304)
+++ trunk/libs/maintainers.txt	2013-08-11 14:50:04 EDT (Sun, 11 Aug 2013)	(r85305)
@@ -79,6 +79,7 @@
 phoenix               Joel de Guzman <joel -at- boost-consulting.com>, Thomas Heller <thom.heller -at- gmail.com>
 polygon               Lucanus Simonson <lucanus.j.simonson -at- intel.com>, Andrii Sydorchuk <sydorchuk.andriy -at- gmail.com> 
 pool                  Stephen Cleary <scleary -at- jerviswebb.com>
+predef                Rene Rivera <grafikrobot -at- gmail.com>
 preprocessor          Paul Mensonides <pmenso57 -at- comcast.net>
 program_options       Vladimir Prus <ghost -at- cs.msu.su>
 property_map          Douglas Gregor <dgregor -at- cs.indiana.edu>