$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vinzenz 'evilissimo' Feenstra (evilissimo_at_[hidden])
Date: 2006-03-08 06:53:50
David Abrahams schrieb:
> Mark Nevill <mark.nevill_at_[hidden]> writes:
>
>> 28: error: missing `>' to terminate the template argument list
>
> Looks like a compiler bug to me.
> Try using an intermediate typedef to access T on this line.
>
I don't think so.
He wrotes:
template Formula::apply<seed>::value
but it should be
Forumula::template apply<seed>::value
BR
Vinzenz