$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy E. Rozental (rogeeff_at_[hidden])
Date: 2001-09-07 11:11:28
Hi,
I propose following change in random_speed.cpp to be able to 
compile it with Solaris Forte C++ 6 u.1
Gennadiy.
cvs diff random_speed.cpp 
Index: random_speed.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/random/random_speed.cpp,v
retrieving revision 1.4
diff -r1.4 random_speed.cpp
75c75,77
< static void show_elapsed(double end, int iter, const std::string & 
name)
---
> namespace {
> 
> void show_elapsed(double end, int iter, const std::string & name)
86c88
< static void timing(RNG & rng, int iter, const std::string& name, 
const Result&)
---
> void timing(RNG & rng, int iter, const std::string& name, const 
Result&)
96c98
< static void timing_sphere(RNG & rng, int iter, const std::string & 
name)
---
> void timing_sphere(RNG & rng, int iter, const std::string & name)
105a108,109
> 
> } // namespace