This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs1.1 : nested template template parameter
- To: Luc Bourhis <Luc dot Bourhis at durham dot ac dot uk>
- Subject: Re: egcs1.1 : nested template template parameter
- From: Kriang Lerdsuwanakij <lerdsuwa at scf-fs dot usc dot edu>
- Date: Tue, 03 Nov 1998 06:19:19 +0000
- CC: egcs at cygnus dot com
- References: <363B5B97.7ED8E5C6@durham.ac.uk>
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