8 Jun
2014
8 Jun
'14
1:44 a.m.
Michel Morin wrote:
See this PR. [C++11] lambda-expression and explicit type conversion (cast notation) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54891
Ah, thanks.
We can workaround the issue by changing - (void)[](){} to - (void)([](){})
or to [](){}(); or &*[](){}==&*[](){}; :-)