Skip to content

Commit 10e4c74

Browse files
Hubert Tongzygoloid
authored andcommitted
[over.call.object] Reference postfix-expression in call syntax correctly
The grammar production corresponding to the call syntax has _postfix-expression_ as the callee operand. [over.call.object] appears to refer to this operand as the _primary-expression_ in the syntax.
1 parent ef797cb commit 10e4c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/overloading.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@
795795

796796
\pnum
797797
If the
798-
\grammarterm{primary-expression}
798+
\grammarterm{postfix-expression}
799799
\tcode{E}
800800
in the function call syntax evaluates
801801
to a class object of type ``\cv{}~\tcode{T}'',

0 commit comments

Comments
 (0)