$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk_at_[hidden]
Date: 2000-11-04 12:01:00
That fix works great on the Alpha. Thanks!
Ralf
--- In boost_at_[hidden], "David Abrahams" <abrahams_at_m...> wrote:
> I have checked in a fix for cast.hpp on compilers which are
sensitive to the
> presence of the "template" keyword on template member templates. I
hope this
> helps.
>
> http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/boost/boost/cast.hpp?
cvsroot=b
> oost
>
> I have no idea how to support numeric_cast on the Borland compiler.
I have
> become adept at tiptoeing around one broken template
implementation, but I'm
> not ready to tackle another one yet. Maybe someone more steeped in
Borland
> lore can attack this.
>
> -Dave