I've found a topic of 2 and a half years ago stating that the Lambda library was unusable in Borland C++. Now, in version 1.32.0, it continues unusable. The #inclusion of lambda.hpp itself triggers a lot of errors (nof_elems cannot be used without an object, etc...).

There was a suggestion on using spirit/phoenix, but it also generates some errors in this compiler.

So, my question again is: how to use Lambda functions or something equivalent in Borland C++?

Thanks!