We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
TODO: The equivalent ctor from initializer_list<r_string> has a specialization for <r_string> to translate elt to UTF-8 before assigning. Should we have that here (https://github.com/r-lib/cpp11/blob/main/inst/include/cpp11/r_vector.hpp#L879) too? named_arg doesn't do any checking here.
initializer_list<r_string>
<r_string>
elt
named_arg
The text was updated successfully, but these errors were encountered:
implement r-lib#435
9673bb2
No branches or pull requests
TODO: The equivalent ctor from
initializer_list<r_string>
has a specialization for<r_string>
to translateelt
to UTF-8 before assigning. Should we have that here (https://github.com/r-lib/cpp11/blob/main/inst/include/cpp11/r_vector.hpp#L879) too?named_arg
doesn't do any checking here.The text was updated successfully, but these errors were encountered: