$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r56894 - sandbox/statistics/random/libs/random/doc
From: erwann.rogard_at_[hidden]
Date: 2009-10-16 00:50:35
Author: e_r
Date: 2009-10-16 00:50:34 EDT (Fri, 16 Oct 2009)
New Revision: 56894
URL: http://svn.boost.org/trac/boost/changeset/56894
Log:
m
Text files modified: 
   sandbox/statistics/random/libs/random/doc/readme.txt |     9 +++++----                               
   1 files changed, 5 insertions(+), 4 deletions(-)
Modified: sandbox/statistics/random/libs/random/doc/readme.txt
==============================================================================
--- sandbox/statistics/random/libs/random/doc/readme.txt	(original)
+++ sandbox/statistics/random/libs/random/doc/readme.txt	2009-10-16 00:50:34 EDT (Fri, 16 Oct 2009)
@@ -34,18 +34,19 @@
         gen_to_random<X>                A generator that acts like a RandomDist
 
 
-[ Compiler ]
+[ Platform/Compiler ]
 
-gcc version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1
+Mac OS Leopard 10.5         gcc version 4.0.1
+                            Intel C++ compiler 11.1
 
 [ Dependencies ]
 
-boost_1_39_0
+boost_1_40_0
 
 [ History ]
 
 Sept   25 2009  : location_scale : modified constructor and constrain Z to be 
-a class type because a reference would be redundant with ref_distribution).
+a class type because a reference would be redundant with ref_distribution.
 August 18 2009  : renamed multinomial_distribution to categorical_distribution
 July 2009       : Current version