[Rcpp-devel] RCPP_UNORDERED_* usage in fwsim
Iñaki Ucar
inaki.ucar at uc3m.es
Wed Mar 19 13:05:07 CET 2025
Dear fwsim maintainer,
As part of the effort to clean up old code and set C++11 as the baseline
standard for Rcpp (see https://github.com/RcppCore/Rcpp/issues/1365), we
identified that this package is using RPP_UNORDERED_SET, and we would like
to suggest substituting this define with the proper std::unordered_set
type. In this way, we would be able to remove this unnecessary define
without breaking your package on CRAN. Moreover, given that your package
requires C++11, we see no benefit in relying on this macro.
We would appreciate it if you could make the necessary changes and send an
update to CRAN at your earliest convenience.
Thanks,
On behalf of the Rcpp Core Team
--
*Iñaki Úcar*
Assistant Professor of Statistics
Director of the Master in Computational Social Science
<https://www.uc3m.es/master/computational-social-science>
Department of Statistics | Big Data Institute
Universidad Carlos III de Madrid
Av. de la Universidad 30, 28911 Leganés, Spain
Office: 7.3.J25, Tel: +34 916248804
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.r-forge.r-project.org/pipermail/rcpp-devel/attachments/20250319/455355cd/attachment.htm>
More information about the Rcpp-devel
mailing list