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 35c402a commit be95af2Copy full SHA for be95af2
inst/NEWS.Rd
@@ -43,13 +43,6 @@
43
file
44
\item \code{RcppLdFlags()}, often used in \code{Makevars} files of
45
packages using \pkg{Rcpp}, is now exported from the package namespace.
46
- \item Less restritive support for \code{long long}. If we are using a gcc
47
- compatible compiler and the long long type is available (i.e. the
48
- \code{__LONG_LONG_MAX__} is defined, then we have typedefs
49
- \code{rcpp_long_long_type} and \code{rcpp_ulong_long_type} that are defined
50
- behind a gcc \code{__extension__}. This way, we can create useful
51
- features supporting long long, while having \code{-pedantic} not
52
- warn about it. Note that this still depends on C++11.
53
}
54
\item Changes in Attributes:
55
\itemize{
0 commit comments