File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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+
1142025-03-26 Dirk Eddelbuettel <
[email protected] >
215
316 * DESCRIPTION (Version, Date): Roll micro version and date
You can’t perform that action at this time.
0 commit comments