$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2000-01-06 09:47:11
> In the case of Builder 4 it looks as though numeric_limits<T> is
> incorrectly implemented for non-specialisations. . .
Builder bug. Has been reported.
> . . . I haven't been able to figure out all the g++ errors but
> all the remove_cv<T>::type declarations
> need to be prefixed with typename to be strictly correct.
>
fixed.
> 2) The is_POD and has_XXX templates look as if they need to
> be implemented
> in terms of is_builtin_integer etc not is_integer<>,
> otherwise user defined
> classes get wrongly classified if numeric_limits is
> specialised for them.
>
fixed.
Thanks, John!
-Steve