eddelbuettel / rcppsimdjson

Rcpp Bindings for the 'simdjson' Header Library
115 stars 13 forks source link

CRAN Mac fails where clang and gcc are fine #48

Closed knapply closed 3 years ago

knapply commented 4 years ago

https://www.r-project.org/nosvn/R.check/r-release-macos-x86_64/RcppSimdJson-00check.html

Adding #include <optional> to inst/include/RcppSimdJson/utils.hpp should do be all that's needed.

eddelbuettel commented 3 years ago

Confirmed, belatedly, at RHub.

eddelbuettel commented 3 years ago

That was spot-on and took care of business.