[Bug c++/46048] lambda: access to a member function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46048 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|
[Bug c++/46048] lambda: access to a member function
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46048 --- Comment #1 from Mikhail Semenov 2010-10-16 15:03:36 UTC --- The code fails to compile is "this->inc(n);" is replaced with "inc(n);"