Skip to content

Commit 37ae160

Browse files
authored
[time.traits.specializations] Fix index entry for common_type specialization (#7174)
1 parent 3e87f29 commit 37ae160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@
11831183
floating-point durations can have round-off errors.
11841184
\end{note}
11851185

1186-
\indexlibraryglobal{common_type}%
1186+
\indexlibrarymember{common_type}{duration}%
11871187
\begin{itemdecl}
11881188
template<class Clock, class Duration1, class Duration2>
11891189
struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>> {

0 commit comments

Comments
 (0)