We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cpp11::cpp_source( code = ' #include "cpp11/integers.hpp"; #include "cpp11/list_of.hpp"; [[cpp11::register]] cpp11::writable::list_of<cpp11::writable::integers> test() { cpp11::writable::integers x{1, 2}; cpp11::writable::integers y{3, 4}; cpp11::writable::list_of<cpp11::writable::integers> out({x}); out[0] = y; return out; } ') test() #> [[1]] #> [1] 1 2
Created on 2020-11-18 by the reprex package (v0.3.0.9001)
The text was updated successfully, but these errors were encountered:
09c11df
Thank you for opening the issue and for supplying a reproducible example, it is a big help!
This should now be fixed and work how you were expecting.
Sorry, something went wrong.
No branches or pull requests
Created on 2020-11-18 by the reprex package (v0.3.0.9001)
The text was updated successfully, but these errors were encountered: