Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support lambda/function object callbacks #34

Open
nevion opened this issue Aug 16, 2015 · 1 comment
Open

support lambda/function object callbacks #34

nevion opened this issue Aug 16, 2015 · 1 comment
Labels

Comments

@nevion
Copy link
Contributor

nevion commented Aug 16, 2015

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.

@nevion
Copy link
Contributor Author

nevion commented Aug 16, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants