$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2007-12-03 17:30:10
Paul A Bristow wrote:
> What about the has_* things like has_infinity?
>
> Should these be 'propagated'?
I would think it would just follow whatever exists for the type the
quantity is in. If you wanted some other kind of limits and such you
could always implement a new type and override limits for that type. In
my case, for instance, I am using a "strange_double" that performs
floating point comparison in a more sane manner than double.