Skip to content

Commit efdaab0

Browse files
author
ripley
committed
update as fewer packages specify C++11
git-svn-id: https://svn.r-project.org/R/trunk@89068 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d58b5d7 commit efdaab0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/NEWS.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,10 @@
175175
176176
\subsection{PACKAGE INSTALLATION}{
177177
\itemize{
178-
\item Specifying C++11 or C++14 has long given a note: in 98\% of
178+
\item Specifying C++11 or C++14 has long given a note: in 99\% of
179179
CRAN packages the specification is unnecessary as the default
180-
C++17 suffices.
180+
C++17 suffices (in a few cases with a deprecation warning from
181+
some compilers).
181182
The intention is that support for those standards will be withdrawn
182183
before release.
183184
}

0 commit comments

Comments
 (0)