Skip to content

Commit aeddcdc

Browse files
jensmaurerzygoloid
authored andcommitted
[over.match,over.match.ref] Drop obsolete mention of class prvalues.
1 parent 067ddaa commit aeddcdc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/overloading.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,8 @@
439439
invocation of a conversion function for initialization of an object of a
440440
non-class type from an expression of class type\iref{over.match.conv}; and
441441
\item
442-
invocation of a conversion function for conversion to a glvalue
443-
or class prvalue
444-
to which a reference\iref{dcl.init.ref}
442+
invocation of a conversion function for conversion
443+
in which a reference\iref{dcl.init.ref}
445444
will be directly bound\iref{over.match.ref}.
446445
\end{itemize}
447446

@@ -1343,7 +1342,7 @@
13431342

13441343
\pnum
13451344
Under the conditions specified in~\ref{dcl.init.ref}, a reference can be bound directly
1346-
to a glvalue or class prvalue that is the result of applying a conversion
1345+
to the result of applying a conversion
13471346
function to an initializer expression.
13481347
Overload resolution is used to select the
13491348
conversion function to be invoked.

0 commit comments

Comments
 (0)