This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
implicit typename is deprecated
- From: "erwan ancel" <erwan dot ancel at free dot fr>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Sun, 26 Jan 2003 12:29:08 +0100
- Subject: implicit typename is deprecated
Hi,
Does anyone know what this mean ?
"Implicit typename is deprecated"
I got this message when compiling my template instanciations with gcc 3.2,
and the compilation fails, but I managed to compile this without any
warning/error with gcc 2.95.
Can anyone help me ?
Erwan