This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs1.1 : nested template template parameter


Luc Bourhis wrote:
> 
> egcs 1.1 does not compile the following template construction :
>         template< template< template<class> class > class Tmpl> A {};
> the error message is :
>         sorry, not implemented: nested template template parameter
> 
> I think that this construction is allowed by the ANSI C++. Is there a
> more recent snapshot where this is implemented ?

That special use of template template parameter is still not 
implemented.  All instantiation of such templates is currently flagged
as error.  Unfortunately I am very busy so that I won't have time to
implement that for a while.  Unless someone else work on it, expect
something about 3 months as the worst case.

--Kriang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]