Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-03 16:46:13


----- Original Message -----
From: "Jeremy Siek" <jsiek_at_[hidden]>

> 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.

Right. But how do you turn numeric_limits<T>::is_signed into
true_type/false_type?

-Dave


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk