Skip to content

Commit e14d276

Browse files
committed
added ChangeLog and NEWS entries for #162 by Christian
1 parent 8721c9e commit e14d276

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2014-08-05 Dirk Eddelbuettel <[email protected]>
28

39
* inst/include/Rcpp/Date.h: Remove a const qualifier which triggers a

inst/NEWS.Rd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
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.

0 commit comments

Comments
 (0)