File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1+ 2025-03-26 Iñaki Ucar <
[email protected] >
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+
1122025-03-24 Dirk Eddelbuettel <
[email protected] >
213
314 * DESCRIPTION (Version, Date): Roll micro version and date
2435 * inst/include/Rcpp/algorithm.h: Idem
2536 * inst/include/Rcpp/traits/is_arithmetic.h: Idem
2637 * inst/include/Rcpp/traits/longlong.h: Idem
27- 2025-03-24 Iñaki Ucar <
[email protected] >
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
3738
38392025-03-21 Dirk Eddelbuettel <
[email protected] >
3940
You can’t perform that action at this time.
0 commit comments