$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81785 - trunk/libs
From: dnljms_at_[hidden]
Date: 2012-12-08 04:17:26
Author: danieljames
Date: 2012-12-08 04:17:24 EST (Sat, 08 Dec 2012)
New Revision: 81785
URL: http://svn.boost.org/trac/boost/changeset/81785
Log:
Fix multiprecision in libraries.htm
Text files modified: 
   trunk/libs/libraries.htm |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm	(original)
+++ trunk/libs/libraries.htm	2012-12-08 04:17:24 EST (Sat, 08 Dec 2012)
@@ -225,6 +225,8 @@
     <li>multi_index - Containers with
     multiple STL-compatible access interfaces, from Joaquín M López
     Muñoz.</li>
+    <li>multiprecision - Extended precision arithmetic types
+     for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li>odeint - Solving ordinary differential equations, from Karsten Ahnert and Mario Mulansky.</li>
@@ -702,7 +704,7 @@
         A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
-    <li>multiprecision - Extended precision arithmetic types
+    <li>multiprecision - Extended precision arithmetic types
      for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando  </li>