Skip to content

Commit

Permalink
FIXUP: Use \indexlibraryglobal instead of \indexlibrarymember for tup…
Browse files Browse the repository at this point in the history
…le_*.
  • Loading branch information
burblebee committed Nov 17, 2023
1 parent 39a34b8 commit 8f1dbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1137,8 +1137,8 @@

\rSec2[complex.tuple]{Tuple interface}

\indexlibrarymember{tuple_size}{complex}%
\indexlibrarymember{tuple_element}{complex}%
\indexlibraryglobal{tuple_size}%
\indexlibraryglobal{tuple_element}%
\begin{itemdecl}
template<class T>
struct tuple_size<complex<T>> : integral_constant<size_t, 2> {};
Expand Down

0 comments on commit 8f1dbef

Please sign in to comment.