Skip to content

Commit

Permalink
[time.duration.nonmember] Replace type designator CR with its definition
Browse files Browse the repository at this point in the history
  • Loading branch information
jensmaurer committed Mar 27, 2018
1 parent 7066a90 commit 02e4fce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/utilities.tex
Expand Up @@ -18180,7 +18180,7 @@

\pnum
In the function descriptions that follow, \tcode{CD} represents the return type
of the function. \tcode{CR(A, B)} represents \tcode{common_type_t<A, B>}.
of the function.

\indexlibrary{\idxcode{common_type}}%
\begin{itemdecl}
Expand Down Expand Up @@ -18216,7 +18216,7 @@
\begin{itemdescr}
\pnum
\remarks This operator shall not participate in overload
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR(Rep1, Rep2)}.
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t<Rep1, Rep2>}.

\pnum
\returns \tcode{CD(CD(d).count() * s)}.
Expand All @@ -18232,7 +18232,7 @@
\begin{itemdescr}
\pnum
\remarks This operator shall not participate in overload
resolution unless \tcode{Rep1} is implicitly convertible to \tcode{CR(Rep1, Rep2)}.
resolution unless \tcode{Rep1} is implicitly convertible to \tcode{common_type_t<Rep1, Rep2>}.

\pnum
\returns \tcode{d * s}.
Expand All @@ -18248,7 +18248,7 @@
\begin{itemdescr}
\pnum
\remarks This operator shall not participate in overload
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR(Rep1, Rep2)}
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t<Rep1, Rep2>}
and \tcode{Rep2} is not a specialization of \tcode{duration}.

\pnum
Expand Down Expand Up @@ -18277,7 +18277,7 @@
\begin{itemdescr}
\pnum
\remarks This operator shall not participate in overload
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{CR(Rep1, Rep2)} and
resolution unless \tcode{Rep2} is implicitly convertible to \tcode{common_type_t<Rep1, Rep2>} and
\tcode{Rep2} is not a specialization of \tcode{duration}.

\pnum
Expand Down

0 comments on commit 02e4fce

Please sign in to comment.