Skip to content

Commit 2ba4c2f

Browse files
burblebeetkoeppe
authored andcommitted
CWG2507 Default arguments for operator[]
1 parent fed66c0 commit 2ba4c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/overloading.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3292,7 +3292,8 @@
32923292
\pnum
32933293
A \defnadj{subscripting}{operator function}
32943294
is a function named \tcode{\keyword{operator}[]}
3295-
that is a non-static member function.
3295+
that is a non-static member function with an arbitrary number of parameters.
3296+
It may have default arguments.
32963297
For an expression of the form
32973298
\begin{ncsimplebnf}
32983299
postfix-expression \terminal{[} \opt{expression-list} \terminal{]}

0 commit comments

Comments
 (0)