This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ bug: access to private typedefs


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]