This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8699: Illegal usage of 'this' in constructor
- From: Joe Buck <jbuck at synopsys dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, ppe at astro dot unibas dot ch
- Date: Tue, 26 Nov 2002 17:45:02 -0800
- Subject: Re: c++/8699: Illegal usage of 'this' in constructor
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8699
Thanks for the report. However ...
This is not a bug, this type of use of "this" is defined and is accepted by
all C++ compilers.
I will close the report.