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 e815061 commit 85c982fCopy full SHA for 85c982f
doc/NEWS.Rd
@@ -181,6 +181,16 @@
181
some compilers).
182
The intention is that support for those standards will be withdrawn
183
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.)
194
}
195
196
0 commit comments