This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8033: compile error when calling base class protected constructor from derived class function
- From: nathan at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, swoh at paradise dot net dot nz
- Date: 30 Sep 2002 17:10:22 -0000
- Subject: Re: c++/8033: compile error when calling base class protected constructor from derived class function
- Reply-to: nathan at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, swoh at paradise dot net dot nz, gcc-gnats at gcc dot gnu dot org
Synopsis: compile error when calling base class protected constructor from derived class function
State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Mon Sep 30 10:10:22 2002
State-Changed-Why:
not a bug. derived only has access to protected base members
of the 'this' object. [11.2]/4 && [11.5]
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8033