This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
egcs1.1 : nested template template parameter
- To: egcs at cygnus dot com
- Subject: egcs1.1 : nested template template parameter
- From: Luc Bourhis <Luc dot Bourhis at durham dot ac dot uk>
- Date: Sat, 31 Oct 1998 18:48:55 +0000
- Organization: Centre for Particle Theory, University of Durham, UK
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 ?
--
Luc Bourhis
Center for Particle Theory
University of Durham, UK