http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
--- Comment #1 from m101010a at gmail dot com 2012-09-01 22:04:04 UTC ---
Gcc also doesn't crash if the lambda line is changed to
[this]{this->bar();}();
Although the resulting program does.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54431
--- Comment #1 from m101010a at gmail dot com 2012-09-01 22:04:04 UTC ---
Gcc also doesn't crash if the lambda line is changed to
[this]{this->bar();}();
Although the resulting program does.