This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug c++/19199] [3.3/3.4/4.0/4.1 Regression] Wrong warningabout returning a reference to a temporary
On Mon, 07 Mar 2005 11:49:05 -0800, Mark Mitchell <mark@codesourcery.com> wrote:
> IMO, if these are C++-only, it's relatively easy to deprecate these
> extension -- but I'd like to hear from Jason and Nathan, and also the user
> community before we do that. Of all the extensions we've had, this one
> really hasn't been that problematic.
I agree it hasn't been problematic. I suspect that part of the reason for
that is that it hasn't been used. I would not object to deprecating the
syntax extension.
Jason