File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2024-10-07 Iñaki Ucar <
[email protected] >
2
+
3
+ * inst/include/Rcpp/platform/compiler.h: Uncomment HAS_VARIADIC_TEMPLATES
4
+ macro definition
5
+ * src/api.cpp: Simplify checks for variadic templates
6
+ * inst/include/Rcpp/DataFrame.h: Idem
7
+ * inst/include/Rcpp/DottedPair.h: Idem
8
+ * inst/include/Rcpp/Function.h: Idem
9
+ * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Idem
10
+ * inst/include/Rcpp/Language.h: Idem
11
+ * inst/include/Rcpp/Pairlist.h: Idem
12
+ * inst/include/Rcpp/grow.h: Idem
13
+ * inst/include/Rcpp/internal/call.h: Idem
14
+ * inst/include/Rcpp/module/class.h: Idem
15
+ * inst/include/Rcpp/traits/index_sequence.h: Idem
16
+ * inst/include/Rcpp/traits/named_object.h: Idem
17
+ * inst/include/Rcpp/vector/Vector.h: Idem
18
+ * inst/include/Rcpp/Module.h: Idem + add missing is_void method
19
+ * inst/tinytest/test_module.R: Add test for void functions and methods
20
+
1
21
2024-10-04 Dirk Eddelbuettel <
[email protected] >
2
22
3
23
* DESCRIPTION (Version, Date): Roll micro version to 1.0.13.3
You can’t perform that action at this time.
0 commit comments