File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3418
3418
where the \grammarterm {postfix-expression} is of class type,
3419
3419
the operator function
3420
3420
is selected by overload resolution\iref {over.call.object }.
3421
- If a surrogate call function for a conversion function
3422
- named \keyword {operator} \grammarterm {conversion-type-id} is selected,
3421
+ If a surrogate call function is selected,
3422
+ let $ e$ be the result of invoking the corresponding conversion operator function on the \grammarterm {postfix-expression};
3423
+
3423
3424
the expression is interpreted as
3424
3425
\begin {ncsimplebnf }
3425
- postfix-expression \terminal {.} \keyword {operator} conversion-type-id \terminal {(} \terminal {)} \terminal {(} \opt {expression-list} \terminal {)}
3426
+ $ e $ \terminal {(} \opt {expression-list} \terminal {)}
3426
3427
\end {ncsimplebnf }
3427
3428
Otherwise, the expression is interpreted as
3428
3429
\begin {ncsimplebnf }
You can’t perform that action at this time.
0 commit comments