This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
"sorry, not implemented: use of `const_decl' in function template" ?
- To: egcs at cygnus dot com
- Subject: "sorry, not implemented: use of `const_decl' in function template" ?
- From: Jens Peter Secher <jpsecher at diku dot dk>
- Date: Thu, 19 Mar 1998 10:20:08 +0100 (MET)
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!)