This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/58972] Lambda can't access private members
- From: "ville.voutilainen at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 26 Jun 2014 11:55:01 +0000
- Subject: [Bug c++/58972] Lambda can't access private members
- Auto-submitted: auto-generated
- References: <bug-58972-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58972
--- Comment #6 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
(In reply to Jonathan Wakely from comment #5)
> Seems to be fixed on trunk, probably by Ville's fix for protected members.
Yes, that fix is for 59483, I didn't wish to have these as duplicates
because while the original problem of this bug report is fixed by the
same patch, we need to look at the ICE separately, since it's unrelated.
If someone wants, we could rip that out to a separate bug and close this
one as RESOLVED.