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]

egcs1.1 : nested template template parameter


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


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