File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1601
1601
In the function descriptions that follow, unless stated otherwise,
1602
1602
let \tcode {CD} represent the return type of the function.
1603
1603
1604
- \indexlibraryglobal {common_type }%
1604
+ \indexlibrarymember {operator+}{duration }%
1605
1605
\begin {itemdecl }
1606
1606
template<class Rep1, class Period1, class Rep2, class Period2>
1607
1607
constexpr common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>
1614
1614
\tcode {CD(CD(lhs).count() + CD(rhs).count())}.
1615
1615
\end {itemdescr }
1616
1616
1617
- \indexlibraryglobal {common_type }%
1617
+ \indexlibrarymember {operator-}{duration }%
1618
1618
\begin {itemdecl }
1619
1619
template<class Rep1, class Period1, class Rep2, class Period2>
1620
1620
constexpr common_type_t<duration<Rep1, Period1>, duration<Rep2, Period2>>
1621
- operator-(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
1621
+ operator-(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
1622
1622
\end {itemdecl }
1623
1623
1624
1624
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments