This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [C++] deprecate overload resolution extension?
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: [C++] deprecate overload resolution extension?
- From: Jason Merrill <jason at redhat dot com>
- Date: 27 Feb 2001 12:49:54 +0000
- Cc: gcc at gcc dot gnu dot org, mark at codesourcery dot com
- References: <3A9B8214.B61345B@codesourcery.com>
I don't remember the testcase that motivated me to add this extension, but
it seemed compelling to me at the time.
It would make sense to me to remove the if (!pedantic) and instead add an
unconditional pedwarn if this rule is used; that would seem more useful for
helping people fix their code.
Jason