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]

"sorry, not implemented: use of `const_decl' in function template" ?


I get the following message from egcs-1.0.1 (g++):

 "sorry, not implemented: use of `const_decl' in function template"

when I try to use this template

 template<class T>
 Output*
 outputInterList(list<T*>*         d,
                 Output*           separator,
                 OutputContainer&  container,
                 unsigned          indentLevel = 0,
                 Output::BlockType bt = Output::Consistent)
 { ... }


What does `const_decl' refer to? 



Thanks,
Jens Peter

-- 
http://www.diku.dk/students/jpsecher    (I *hate* signatures!)


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