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 aeddcdc commit dc6d80aCopy full SHA for dc6d80a
source/overloading.tex
@@ -3071,15 +3071,15 @@
3071
\terminal{<< >> <<= >>= ++ -- ,}\br
3072
\end{bnf}
3073
\begin{note}
3074
-The last two operators are function call\iref{expr.call}
3075
-and subscripting\iref{expr.sub}.
3076
The operators
3077
\tcode{new[]},
3078
\tcode{delete[]},
3079
\tcode{()},
3080
and
3081
\tcode{[]}
3082
are formed from more than one token.
+The latter two operators are function call\iref{expr.call}
+and subscripting\iref{expr.sub}.
3083
\end{note}
3084
\indextext{operator!subscripting}%
3085
\indextext{operator!function call}%
0 commit comments