Skip to content

Commit 90d56db

Browse files
eisenwavetkoeppe
authored andcommitted
[expr.sizeof] turn identifier into a grammarterm
1 parent 61c089e commit 90d56db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4987,7 +4987,7 @@
49874987
is applied.
49884988

49894989
\pnum
4990-
The identifier in a \tcode{\keyword{sizeof}...} expression shall name a
4990+
The \grammarterm{identifier} in a \tcode{\keyword{sizeof}...} expression shall name a
49914991
pack. The \tcode{\keyword{sizeof}...} operator yields the number of elements
49924992
in the pack\iref{temp.variadic}.
49934993
A \tcode{\keyword{sizeof}...} expression is a pack expansion\iref{temp.variadic}.

0 commit comments

Comments
 (0)