[Rcpp-commits] r4528 - pkg/Rcpp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Sep 21 17:24:38 CEST 2013
Author: edd
Date: 2013-09-21 17:24:38 +0200 (Sat, 21 Sep 2013)
New Revision: 4528
Modified:
pkg/Rcpp/inst/NEWS.Rd
Log:
cleanup
Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd 2013-09-21 15:23:36 UTC (rev 4527)
+++ pkg/Rcpp/inst/NEWS.Rd 2013-09-21 15:24:38 UTC (rev 4528)
@@ -43,13 +43,6 @@
file
\item \code{RcppLdFlags()}, often used in \code{Makevars} files of
packages using \pkg{Rcpp}, is now exported from the package namespace.
- \item Less restritive support for \code{long long}. If we are using a gcc
- compatible compiler and the long long type is available (i.e. the
- \code{__LONG_LONG_MAX__} is defined, then we have typedefs
- \code{rcpp_long_long_type} and \code{rcpp_ulong_long_type} that are defined
- behind a gcc \code{__extension__}. This way, we can create useful
- features supporting long long, while having \code{-pedantic} not
- warn about it. Note that this still depends on C++11.
}
\item Changes in Attributes:
\itemize{
More information about the Rcpp-commits
mailing list