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.
1 parent 51cbbaf commit 31e7555Copy full SHA for 31e7555
src/xml2_init.cpp
@@ -60,5 +60,5 @@ extern "C" {
60
61
[[cpp11::register]]
62
cpp11::strings libxml2_version_(){
63
- return cpp11::strings({LIBXML_DOTTED_VERSION});
+ return cpp11::writable::strings(cpp11::r_string(LIBXML_DOTTED_VERSION));
64
}
0 commit comments