Skip to content

Commit 47a27a8

Browse files
FrankHBtkoeppe
authored andcommitted
[over.best.ics] Fix capitalization of "conversion" in p6 (#1987)
To avoid confusion, occurrence of "derived-to-base conversion" should not be with capital letter "C", which implies the name of a conversion category. The rank is already specified at the end of the paragraph.
1 parent 4143715 commit 47a27a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/overloading.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,12 +2029,12 @@
20292029
derived class type, the implicit conversion sequence is a
20302030
derived-to-base
20312031
\indextext{conversion!derived-to-base}%
2032-
Conversion from the derived class to the base class.
2032+
conversion from the derived class to the base class.
20332033
\begin{note}
2034-
There is no such standard conversion; this derived-to-base Conversion exists
2034+
There is no such standard conversion; this derived-to-base conversion exists
20352035
only in the description of implicit conversion sequences.
20362036
\end{note}
2037-
A derived-to-base Conversion has Conversion rank\iref{over.ics.scs}.
2037+
A derived-to-base conversion has Conversion rank\iref{over.ics.scs}.
20382038

20392039
\pnum
20402040
In all contexts, when converting to the implicit object parameter
@@ -2224,7 +2224,7 @@
22242224
conversion sequence is a user-defined conversion sequence\iref{over.ics.user},
22252225
with the second standard conversion sequence either an identity conversion or,
22262226
if the conversion function returns an entity of a type that is a derived class
2227-
of the parameter type, a derived-to-base Conversion.
2227+
of the parameter type, a derived-to-base conversion.
22282228

22292229
\pnum
22302230
When a parameter of reference type is not bound directly to an argument

0 commit comments

Comments
 (0)