$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-06-08 16:40:42
David Abrahams wrote:
> Peder Holt <peder.holt_at_[hidden]> writes:
>
>> (1.0<2.0) yields a compile-time bool,
>> long(2.0) yield a compile-time long.
>> On the above compilers, that is.
>
> Throw a test at comeau online. If it works there, I'll be amazed.
long(2.0) must work. 1.0 < 2.0 may not. 5.19/1.