This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4283: Implicit typename extension should be optional
- From: Martin von Loewis <loewis at informatik dot hu-berlin dot de>
- To: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, loewis at informatik dot hu-berlin dot de, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Sun, 16 Dec 2001 13:23:25 +0100 (MET)
- Subject: Re: c++/4283: Implicit typename extension should be optional
- References: <20011215182005.31564.qmail@sources.redhat.com>
> Is this sufficient? You get an unconditional warning
> on its use now.
That sounds good - assuming it was a proper extension (i.e. whenever
the compiler was inserting typename, compilation would fail with
-pedantic).
Regards,
Martin