Skip to content

Commit aaa2220

Browse files
authored
Merge 2025-06 CWG Motion 3
P3618R0 Allow attaching main to the global module
2 parents d95f3cb + 7a8f1e2 commit aaa2220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6882,7 +6882,7 @@
68826882
\keyword{inline}, \keyword{static}, \keyword{constexpr}, or \keyword{consteval} is ill-formed.
68836883
The function \tcode{main} shall not be a coroutine\iref{dcl.fct.def.coroutine}.
68846884
The \tcode{main} function shall not be declared with a
6885-
\grammarterm{linkage-specification}\iref{dcl.link}.
6885+
\grammarterm{linkage-specification}\iref{dcl.link} other than \tcode{"C++"}.
68866886
A program that declares
68876887
\begin{itemize}
68886888
\item

0 commit comments

Comments
 (0)