|
| 1 | +2025-03-26 Iñaki Ucar <iucar@fedoraproject.org> |
| 2 | + |
| 3 | + * inst/include/Rcpp/platform/compiler.h: Remove definitions of |
| 4 | + RCPP_USING_UNORDERED_MAP and RCPP_USING_UNORDERED_SET |
| 5 | + * inst/include/Rcpp/sugar/sets.h: Remove redefinition of macros |
| 6 | + * inst/include/Rcpp/sugar/functions/self_match.h: Replace macros with |
| 7 | + std::unordered_map and std::unordered_set respectively |
| 8 | + * inst/include/Rcpp/sugar/functions/setdiff.h: Idem |
| 9 | + * inst/include/Rcpp/sugar/functions/table.h: Idem |
| 10 | + * inst/tinytest/cpp/wrap.cpp: Idem |
| 11 | + |
1 | 12 | 2025-03-24 Dirk Eddelbuettel <edd@debian.org> |
2 | 13 |
|
3 | 14 | * DESCRIPTION (Version, Date): Roll micro version and date |
|
24 | 35 | * inst/include/Rcpp/algorithm.h: Idem |
25 | 36 | * inst/include/Rcpp/traits/is_arithmetic.h: Idem |
26 | 37 | * inst/include/Rcpp/traits/longlong.h: Idem |
27 | | -2025-03-24 Iñaki Ucar <iucar@fedoraproject.org> |
28 | | - |
29 | | - * inst/include/Rcpp/platform/compiler.h: Remove definitions of |
30 | | - RCPP_USING_UNORDERED_MAP and RCPP_USING_UNORDERED_SET |
31 | | - * inst/include/Rcpp/sugar/sets.h: Remove redefinition of macros |
32 | | - * inst/include/Rcpp/sugar/functions/self_match.h: Replace macros with |
33 | | - std::unordered_map and std::unordered_set respectively |
34 | | - * inst/include/Rcpp/sugar/functions/setdiff.h: Idem |
35 | | - * inst/include/Rcpp/sugar/functions/table.h: Idem |
36 | | - * inst/tinytest/cpp/wrap.cpp: Idem |
37 | 38 |
|
38 | 39 | 2025-03-21 Dirk Eddelbuettel <edd@debian.org> |
39 | 40 |
|
|
0 commit comments