The external pointer is around a std::stringstream and
that header won't be included automatically in cpp11-exports.cpp.
I think the best way forward s to avoid putting that class in the exported function signature. This requires you to do the conversions within the function, but that seems only a minor inconvenience.
The external pointer is around a
std::stringstream
and that header won't be included automatically in cpp11-exports.cpp.I think the best way forward s to avoid putting that class in the exported function signature. This requires you to do the conversions within the function, but that seems only a minor inconvenience.