Skip to content

Commit 85c982f

Browse files
author
ripley
committed
presage C++20 becoming the default
git-svn-id: https://svn.r-project.org/R/trunk@89080 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent e815061 commit 85c982f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@
181181
some compilers).
182182
The intention is that support for those standards will be withdrawn
183183
before release.
184+
185+
%% GCC 10 and Intel 2021.1 definitely support this: GCC 9 may
186+
\item The default C++ standard will be changed to C++20
187+
\sQuote{where available} (which it is on all known platforms from
188+
2021): if not C++17 is used if available otherwise C++ is not
189+
supported (as before).
190+
191+
Several CRAN packages already require C++20 and have hundreds of
192+
others depending on them. (Packages can request C++17 if
193+
esssential.)
184194
}
185195
}
186196

0 commit comments

Comments
 (0)