bkietz edited a comment on pull request #8371: URL: https://github.com/apache/arrow/pull/8371#issuecomment-705748359
unfortunately `cpp11::r_vector::const_iterator::operator*` is not marked const, but MSVC's impl of `std::copy` marks its [arguments const](https://github.com/microsoft/STL/blob/3d88a64538827700e50c757877eb8413338ec281/stl/inc/xmemory#L1557). We'd probably be able to workaround this in `*Input`. Upstream issue: https://github.com/r-lib/cpp11/issues/113 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
