-
Notifications
You must be signed in to change notification settings - Fork 48
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
How to include custom headers on top of generated cpp11.cpp? #216
Comments
Put the declarations in |
Great, thanks! Would be great if you could add a sentence to the docs of |
This doesn't seem to work for |
My function returns
external_pointer<MyClass>
. How can I get a definition ofMyClass
into cpp11.cpp?I was hoping for a declaration like
[cpp11:include]
which I can put in front of some statement and it will be automatically included incpp11.cpp
. Is there such a thing?The text was updated successfully, but these errors were encountered: