$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2003-03-13 09:17:04
> * [config] BOOST_DEDUCED_TYPENAME
> Status currently unknown. John? Aleksey?
>
>Dave A. introduced the macro I would prefer him to change it as he knows
>what's required - or have I nissed something?
BTW, I've used BOOST_DEDUCED_TYPENAME in my own code with bcc5.5.1 because
this compiler ICEs sometimes if typename is given inside <>, as in
typedef foo< typename bar::type > the_foo ;
but not always, so I'm not sure what to do in general.
bcc560 update 4 (bcc564) does not show this problem, though.
Fernando Cacciola