File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19038
19038
19039
19039
\pnum
19040
19040
In the function descriptions that follow, \tcode{CD} represents the return type
19041
- of the function. \tcode{CR(A, B)} represents \tcode{common_type_t<A, B>}.
19041
+ of the function.
19042
19042
19043
19043
\indexlibrary{\idxcode{common_type}}%
19044
19044
\begin{itemdecl}
19074
19074
\begin{itemdescr}
19075
19075
\pnum
19076
19076
\remarks This operator shall not participate in overload
19077
- resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR( Rep1, Rep2) }.
19077
+ resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t< Rep1, Rep2> }.
19078
19078
19079
19079
\pnum
19080
19080
\returns \tcode{CD(CD(d).count() * s)}.
19090
19090
\begin{itemdescr}
19091
19091
\pnum
19092
19092
\remarks This operator shall not participate in overload
19093
- resolution unless \tcode{Rep1} is implicitly convertible to \tcode{CR( Rep1, Rep2) }.
19093
+ resolution unless \tcode{Rep1} is implicitly convertible to \tcode{common_type_t< Rep1, Rep2> }.
19094
19094
19095
19095
\pnum
19096
19096
\returns \tcode{d * s}.
19106
19106
\begin{itemdescr}
19107
19107
\pnum
19108
19108
\remarks This operator shall not participate in overload
19109
- resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR( Rep1, Rep2) }
19109
+ resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t< Rep1, Rep2> }
19110
19110
and \tcode{Rep2} is not a specialization of \tcode{duration}.
19111
19111
19112
19112
\pnum
19135
19135
\begin{itemdescr}
19136
19136
\pnum
19137
19137
\remarks This operator shall not participate in overload
19138
- resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR( Rep1, Rep2) } and
19138
+ resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t< Rep1, Rep2> } and
19139
19139
\tcode{Rep2} is not a specialization of \tcode{duration}.
19140
19140
19141
19141
\pnum
You can’t perform that action at this time.
0 commit comments