$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (John_Maddock_at_[hidden])
Date: 2000-11-04 07:38:55
Beman,
>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.
- John.