File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 34183418where the \grammarterm {postfix-expression} is of class type,
34193419the operator function
34203420is 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+
34233424the expression is interpreted as
34243425\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 {)}
34263427\end {ncsimplebnf }
34273428Otherwise, the expression is interpreted as
34283429\begin {ncsimplebnf }
You can’t perform that action at this time.
0 commit comments