Skip to content

Commit dc6d80a

Browse files
jensmaurerzygoloid
authored andcommitted
[over.oper] Remove incorrect and redundant sentence in a note.
1 parent aeddcdc commit dc6d80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/overloading.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3071,15 +3071,15 @@
30713071
\terminal{<< >> <<= >>= ++ -- ,}\br
30723072
\end{bnf}
30733073
\begin{note}
3074-
The last two operators are function call\iref{expr.call}
3075-
and subscripting\iref{expr.sub}.
30763074
The operators
30773075
\tcode{new[]},
30783076
\tcode{delete[]},
30793077
\tcode{()},
30803078
and
30813079
\tcode{[]}
30823080
are formed from more than one token.
3081+
The latter two operators are function call\iref{expr.call}
3082+
and subscripting\iref{expr.sub}.
30833083
\end{note}
30843084
\indextext{operator!subscripting}%
30853085
\indextext{operator!function call}%

0 commit comments

Comments
 (0)