We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2a6b4 commit 44975efCopy full SHA for 44975ef
inst/NEWS.Rd
@@ -7,8 +7,8 @@
7
\item Changes in Rcpp API:
8
\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.
+ \code{std::function}; only enabled on compilers that claim full c++11
+ support.
12
\item The deprecation of \code{RCPP_FUNCTION_*} which was announced with
13
release 0.10.5 last year is proceeding as planned, and the file
14
\code{macros/preprocessor_generated.h} has been removed.
0 commit comments