Skip to content

Commit 52affc1

Browse files
author
ripley
committed
update for R 4.5.x
git-svn-id: https://svn.r-project.org/R/trunk@89027 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b523cda commit 52affc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/R-admin.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,9 +1098,9 @@ if you want to specify a non-default standard use something like
10981098
Compiling @R{} requires C99 or later: C11 and C17 are minor updates, but
10991099
the substantial update `C23' (finally published in October 2024) is also
11001100
supported for recent versions of GCC@footnote{At least 13--15: 15
1101-
defaults to C23}, @command{clang}@footnote{including @I{LLVM} clang 18--20
1102-
and Apple clang 15--17.} and Intel @command{icx}. @R{} 4.5.0 defaults
1103-
to C23 if supported by the chosen compiler.
1101+
defaults to C23}, @command{clang}@footnote{including @I{LLVM} clang
1102+
18--20 and Apple clang 15--17.} and Intel @command{icx}. @R{} 4.5.0 and
1103+
later default to C23 if supported by the chosen compiler.
11041104

11051105
As from @R{} 4.3.0 there is support for packages to indicate their
11061106
preferred C version. Macros @code{CC17}, @code{C17FLAGS}, @code{CC23}

0 commit comments

Comments
 (0)