18 Sep
2002
18 Sep
'02
8:23 p.m.
Thanks Jaakko
Does the lambda library compile under mingw with gcc 2.95.2? I'm a newbie and I can't figure out what's wrong with the following test example:
It's a compiler bug. Works with gcc 2.96 and upwards.
The bind syntax has been extended after Peter Dimov's bind library to support binding of member variables, and this seems to work with 2.95.2 This feature is not in release 1.28 of boost, but will be in 1.29
I'll hunt a bit for a version of mingw with gcc 2.96. The latest mingw uses gcc 3.2, which is not supported by boost 1.28. When will boost 1.29 be available? Cheers Mynhard