public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14949] New: Need to document method visibility changes.
@ 2004-04-14  8:05 mattyt-bugzilla at tpg dot com dot au
  2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mattyt-bugzilla at tpg dot com dot au @ 2004-04-14  8:05 UTC (permalink / raw)
  To: gcc-bugs

GCC used to accept something like:

... &Class::method ...

in a subclass of Class, where the method was protected.  Now you need to write:

... &Subclass::method ...

This should be documented in the changes file.

-- 
           Summary: Need to document method visibility changes.
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mattyt-bugzilla at tpg dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14949


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-06-11  0:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-14  8:05 [Bug c++/14949] New: Need to document method visibility changes mattyt-bugzilla at tpg dot com dot au
2004-04-14 11:19 ` [Bug c++/14949] " giovannibajo at libero dot it
2004-04-14 11:56 ` pinskia at gcc dot gnu dot org
2004-05-26 12:29 ` pinskia at gcc dot gnu dot org
2004-06-10 13:17 ` pinskia at gcc dot gnu dot org
2004-06-11  0:11 ` giovannibajo at libero dot it

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).