Skip to content

Commit 44975ef

Browse files
committed
update NEWS.Rd to reflect c++11 detection changes
1 parent 4e2a6b4 commit 44975ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
\item Changes in Rcpp API:
88
\itemize{
99
\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.
10+
\code{std::function}; only enabled on compilers that claim full c++11
11+
support.
1212
\item The deprecation of \code{RCPP_FUNCTION_*} which was announced with
1313
release 0.10.5 last year is proceeding as planned, and the file
1414
\code{macros/preprocessor_generated.h} has been removed.

0 commit comments

Comments
 (0)