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 d60f77f commit a361e26Copy full SHA for a361e26
source/basic.tex
@@ -2478,7 +2478,7 @@
2478
The linkage~(\ref{basic.link}) of \tcode{main} is
2479
\impldef{linkage of \tcode{main}}. A program that defines \tcode{main} as
2480
deleted or that declares \tcode{main} to be
2481
-\tcode{inline,} \tcode{static}, or \tcode{constexpr} is ill-formed. The name \tcode{main} is
+\tcode{inline}, \tcode{static}, or \tcode{constexpr} is ill-formed. The name \tcode{main} is
2482
not otherwise reserved. \enterexample member functions, classes, and
2483
enumerations can be called \tcode{main}, as can entities in other
2484
namespaces. \exitexample
0 commit comments