[Bug c++/46048] lambda: access to a member function

2010-10-16 Thread redi at gcc dot gnu.org
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

2010-10-16 Thread mikhail_semenov at hotmail dot com
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);"