File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 6789
6789
right operand is a bit-field.
6790
6790
6791
6791
\pnum
6792
- In contexts where comma is given a special meaning,
6793
- \begin{example}
6794
- in
6795
- lists of arguments to functions\iref{expr.call} and lists of
6796
- initializers\iref{dcl.init}
6797
- \end{example}
6798
- the comma operator as
6799
- described in this subclause can appear only in parentheses.
6792
+ \begin{note}
6793
+ In contexts where the comma token is given special meaning
6794
+ (e.g. function calls\iref{expr.call}, lists of initializers\iref{dcl.init},
6795
+ or \grammarterm{template-argument-list}{s}\iref{temp.names}),
6796
+ the comma operator as described in this subclause can appear only in parentheses.
6800
6797
\begin{example}
6801
6798
\begin{codeblock}
6802
6799
f(a, (t=3, t+2), c);
6803
6800
\end{codeblock}
6804
6801
has three arguments, the second of which has the value
6805
6802
\tcode{5}.
6806
6803
\end{example}
6804
+ \end{note}
6807
6805
6808
6806
\pnum
6809
6807
\begin{note}
You can’t perform that action at this time.
0 commit comments