|
Boost : |
Subject: Re: [boost] [config] config_test fails on g++ 4.8/4.9
From: Peter Dimov (lists_at_[hidden])
Date: 2014-06-07 21:44:54
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
&*[](){}==&*[](){};
:-)
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk