This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51494] Legal program rejection - capturing "this" when using static method inside lambda
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 03 May 2012 23:04:35 +0000
- Subject: [Bug c++/51494] Legal program rejection - capturing "this" when using static method inside lambda
- Auto-submitted: auto-generated
- References: <bug-51494-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51494
--- Comment #3 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-05-03 23:04:35 UTC ---
A slightly improved patch is available here:
http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00429.html
but see the comments. I'm not sure I will be able soon enough to address the
non-trivial comments and post a new version.