22 Feb
2014
22 Feb
'14
4:04 p.m.
On 02/22/2014 04:55 PM, Steven Watanabe wrote:
Don't use ::type in MPL Lambda expressions. It forces immediate evaluation, which is not what you want.
Well, that was simple. It fixes the C++03 compilation. Unfortunately I still get the error with C++11 compilation.