Skip to content

Commit f6d097a

Browse files
committed
[expr.call] Change word order to clarify that it is only the main function
that cannot be called, not any arbitrary function whose name is main. Fixes #261.
1 parent 4711588 commit f6d097a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,8 +1430,8 @@
14301430

14311431
\pnum
14321432
\indextext{function~call!recursive}%
1433-
Recursive calls are permitted, except to the function named
1434-
\tcode{main}~(\ref{basic.start.main}).
1433+
Recursive calls are permitted, except to the \tcode{main}
1434+
function~(\ref{basic.start.main}).
14351435

14361436
\pnum
14371437
A function call is an lvalue

0 commit comments

Comments
 (0)