$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-02-03 09:30:34
At 12:16 AM 2/3/2004, Narendran wrote:
Sir,
I tried random number generation using boost random. I used uniform_int for
my random generation. When I tried with the Borland c++ 6.0 personal it
worked correctly. Again same code I tried to compile in Borland c++ 6.0
professional it is showing the error as follows:
" [C++ Error] uniform_int.hpp(210): E2404 Dependent type qualifier
'boost::is_float<long>' has no member type named 'value' "
Will you please give suggestion in this error.
Current versions of Borland compilers fail Boost.Random's random_test.
Borland is working on a more conformant compiler based on the EDG
front-end. Presumably it will do better with the Boost code.
--Beman