File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ 2014-08-06 Christian Authmann <
[email protected] >
2+
3+ * inst/include/Rcpp/InternalFunctionWithStdFunction.h: Extend the
4+ existing Rcpp::InternalFunction interface to work with std::function,
5+ conditional on a #define RCPP_USE_STD_FUNCTION as C++11 is needed
6+
172014-08-05 Dirk Eddelbuettel <
[email protected] >
28
39 * inst/include/Rcpp/Date.h: Remove a const qualifier which triggers a
Original file line number Diff line number Diff line change 66 \itemize {
77 \item Changes in Rcpp API :
88 \itemize {
9+ \item New \code {Rcpp :: InternalFunction } interface using
10+ \code {std :: function }; it needs a \code {define } for \code {RCPP_USE_STD_FUNCTION }
11+ as sufficiently feature - rich C ++ 11 implemented is needed.
912 \item The deprecation of \code {RCPP_FUNCTION_ * } which was announced with
1013 release 0.10.5 last year is proceeding as planned , and the file
1114 \code {macros / preprocessor_generated.h } has been removed.
You can’t perform that action at this time.
0 commit comments