Skip to content

Commit ea4048f

Browse files
jensmaurertkoeppe
authored andcommitted
[time.duration.nonmember] Replace type designator "CR" with its definition (#1985)
1 parent 131dfa6 commit ea4048f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/utilities.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19038,7 +19038,7 @@
1903819038

1903919039
\pnum
1904019040
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.
1904219042

1904319043
\indexlibrary{\idxcode{common_type}}%
1904419044
\begin{itemdecl}
@@ -19074,7 +19074,7 @@
1907419074
\begin{itemdescr}
1907519075
\pnum
1907619076
\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>}.
1907819078

1907919079
\pnum
1908019080
\returns \tcode{CD(CD(d).count() * s)}.
@@ -19090,7 +19090,7 @@
1909019090
\begin{itemdescr}
1909119091
\pnum
1909219092
\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>}.
1909419094

1909519095
\pnum
1909619096
\returns \tcode{d * s}.
@@ -19106,7 +19106,7 @@
1910619106
\begin{itemdescr}
1910719107
\pnum
1910819108
\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>}
1911019110
and \tcode{Rep2} is not a specialization of \tcode{duration}.
1911119111

1911219112
\pnum
@@ -19135,7 +19135,7 @@
1913519135
\begin{itemdescr}
1913619136
\pnum
1913719137
\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
1913919139
\tcode{Rep2} is not a specialization of \tcode{duration}.
1914019140

1914119141
\pnum

0 commit comments

Comments
 (0)