Skip to content

Commit dca5edb

Browse files
committed
update Changelog
1 parent 47db39e commit dca5edb

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

ChangeLog

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
2025-03-24 Dirk Eddelbuettel <[email protected]>
213

314
* DESCRIPTION (Version, Date): Roll micro version and date
@@ -24,16 +35,6 @@
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

3839
2025-03-21 Dirk Eddelbuettel <[email protected]>
3940

0 commit comments

Comments
 (0)