$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Siek (jsiek_at_[hidden])
Date: 2000-11-03 15:50:02
On Fri, 3 Nov 2000, Beman Dawes 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...
One option is to avoid the use of bool template parameters. Just
use something like a true_type and false_type instead.
----------------------------------------------------------------------
Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
Ph.D. Candidate email: jsiek_at_[hidden]
Univ. of Notre Dame work phone: (219) 631-3906
----------------------------------------------------------------------