Skip to content

Commit 8d08984

Browse files
committed
[tuple.special] Use maths operators
1 parent 8bdc141 commit 8d08984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,8 +2498,8 @@
24982498
\begin{itemdescr}
24992499
\pnum
25002500
\remarks This function shall not participate in overload resolution
2501-
unless \tcode{is_swappable_v<$T_i$>} is \tcode{true}
2502-
for all $i$, where $0 <= i$ and $i <$ \tcode{sizeof...(Types)}.
2501+
unless \tcode{is_swappable_v<T$_i$>} is \tcode{true}
2502+
for all $i$, where $0 \leq i < \text{\tcode{sizeof...(Types)}}$.
25032503
The expression inside \tcode{noexcept} is equivalent to:
25042504

25052505
\begin{codeblock}

0 commit comments

Comments
 (0)