support lambda/function object callbacks
Open
C++-11
- Dominant language
- C++
- Stars
- 537
- Forks
- 223
- Avg merge
- 11h 22m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.