This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: C++ bug: access to private typedefs
- To: pfeifer at dbai dot tuwien dot ac dot at
- Subject: Re: C++ bug: access to private typedefs
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 11 Jan 2000 02:46:58 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.GSO.4.21.0001110221250.9730-100000@alphard.dbai.tuwien.ac.at>
> http://gcc.gnu.org/bugs.html#access talks about classes, but this is
> a typedef, not a class. Should we just update the web page to mention
> types as well?
(It actually says "structs") As a matter of fact, the bug applies to
all types (including classes, typedefs, etc). This is supposed to be
clear by saying "other members of classes (functions and data)". Since
it is apparently not clear, feel free to re-word it so you'd
understand it.
Regards,
Martin