$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 2000-11-04 08:44:11
John Maddock wrote:
>>The compile results are looking good, although there was a regression in
>>the cast test for the Borland compiler due to its problems with bool
>>template parameters. If any Borland experts could contribute a fix...
>
>That looks like it's due to a broken numeric_limits template, I reported
>this as a bug some time ago but so far there appears to be no sign of fix
>:-(
>
>In the mean time the fix is to use some #pragma workarounds: I've added
>these to the source, and everything compiles cleanly now.
I download your fix, and cast_test.cpp is now clean for
Borland/Metrowerks/Microsoft compilers.
Given that several minor fixes just missed 1.18.2, there will probably be
another release in the next week or so.
--Beman