$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-04 04:07:37
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