Skip to content

Commit 8f1dbef

Browse files
committed
FIXUP: Use \indexlibraryglobal instead of \indexlibrarymember for tuple_*.
1 parent 39a34b8 commit 8f1dbef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,8 +1137,8 @@
11371137

11381138
\rSec2[complex.tuple]{Tuple interface}
11391139

1140-
\indexlibrarymember{tuple_size}{complex}%
1141-
\indexlibrarymember{tuple_element}{complex}%
1140+
\indexlibraryglobal{tuple_size}%
1141+
\indexlibraryglobal{tuple_element}%
11421142
\begin{itemdecl}
11431143
template<class T>
11441144
struct tuple_size<complex<T>> : integral_constant<size_t, 2> {};

0 commit comments

Comments
 (0)