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]
Other format: [Raw text]

[Bug c++/58053] Bogus "error ... is private ... within this context"


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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|INVALID                     |---

--- Comment #2 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
Quoting Richard Smith:

The standard used to say this was invalid and now says it's valid, per DR372.

This is a g++ bug, at least in C++11 mode and probably also in C++98 mode
(things aren't really clear-cut for issues that were resolved post-C++03, but
this seems like a clear case of a DR to me).

See llvm.org/PR16774 and
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#372


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