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

Add C++ option to take functors/lambdas #28

Open
blackwer opened this issue Jan 21, 2022 · 0 comments
Open

Add C++ option to take functors/lambdas #28

blackwer opened this issue Jan 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@blackwer
Copy link
Member

Not possible immediately because, while changing the template code to use std::function<double(const double *)> for the input functions, this still has to pass through the C API because the C++ API is just a then wrapper around that. The C++ API should ideally be its own wrapper, but without having to recompile the template functions.

@blackwer blackwer added the enhancement New feature or request label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant