Skip to content

Commit be95af2

Browse files
committed
cleanup
1 parent 35c402a commit be95af2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

inst/NEWS.Rd

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@
4343
file
4444
\item \code{RcppLdFlags()}, often used in \code{Makevars} files of
4545
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.
5346
}
5447
\item Changes in Attributes:
5548
\itemize{

0 commit comments

Comments
 (0)