Skip to content

Commit 1cb6015

Browse files
jensmaurerzygoloid
authored andcommitted
[tuple.special] Index 'swap(tuple, tuple)' as-if a member function.
1 parent 3562275 commit 1cb6015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2321,7 +2321,7 @@
23212321

23222322
\rSec2[tuple.special]{Tuple specialized algorithms}
23232323

2324-
\indexlibraryglobal{swap}%
2324+
\indexlibrarymember{swap}{tuple}%
23252325
\begin{itemdecl}
23262326
template<class... Types>
23272327
constexpr void swap(tuple<Types...>& x, tuple<Types...>& y) noexcept(@\seebelow@);

0 commit comments

Comments
 (0)