$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (jcampbell3_at_[hidden])
Date: 2001-06-26 17:46:15
williamkempf_at_[hidden] wrote:
> --- In boost_at_y..., John Max Skaller <skaller_at_o...> wrote:
> > Vesa Karvonen wrote:
>
> [snip lots of text... hope the context is still understandable]
>
[snip]
>
> There is no C++ keyword "templatename". I assume you mean "typename".
I think maybe it should be:
TT::template dummy<T2> y;
reflecting the /*template* in Vesa Karvonen's original post. This is mentioned
in section 5.1 note 7 of the c++ standard, first edition.