You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a painless - wrapper free way to specify regular old lambdas which support captures - the plain function's yielded with + almost satisfies this but does not support captues
This causes code to be far longer than necessary and from first hand experience, lambdas are much more macro friendly.
The text was updated successfully, but these errors were encountered:
See http://stackoverflow.com/questions/16845547/using-c11-lambda-as-accessor-function-in-boostpythons-add-property-get-sig for possible ideas and discussion
We need a painless - wrapper free way to specify regular old lambdas which support captures - the plain function's yielded with + almost satisfies this but does not support captues
This causes code to be far longer than necessary and from first hand experience, lambdas are much more macro friendly.
The text was updated successfully, but these errors were encountered: