Switch to size_t to avoid conversion warnings from clang++-17 by eddelbuettel · Pull Request #1307 · RcppCore/Rcpp (original) (raw)

Issue #1299 alerts to issues from the (very much opt-in, not (yet ?) compulsory) conversion warnings clang++17 can do. As I noticed a few from one of our own tests a first attempt squashed those.

This likely does not 'close' the issue so not adding the tag, but should do no harm.

Checklist