Skip to content

Commit 619432f

Browse files
committed
update Changelog
1 parent 619d404 commit 619432f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2025-03-29 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/traits/result_of.h: Reimplement traits::result_of using
4+
std::result_of (up to C++14) or std::invoke_result (C++17 or later), which
5+
supports previous use cases and enables lambdas
6+
* inst/include/Rcpp/sugar/functions/sapply.h: Use new result_of interface
7+
* inst/include/Rcpp/sugar/functions/lapply.h: Idem
8+
* inst/include/Rcpp/sugar/functions/mapply/mapply_2.h: Idem
9+
* inst/include/Rcpp/sugar/functions/mapply/mapply_3.h: Idem
10+
* inst/include/Rcpp/sugar/matrix/outer.h: Idem
11+
* inst/tinytest/cpp/sugar.cpp: New tests for previous sugar functions
12+
* inst/tinytest/test_sugar.R: Idem
13+
114
2025-03-26 Dirk Eddelbuettel <[email protected]>
215

316
* DESCRIPTION (Version, Date): Roll micro version and date

0 commit comments

Comments
 (0)