Skip to content

Commit 556416d

Browse files
committed
[tuple] Use \dotsc for a non-code ellipsis
1 parent f4b0441 commit 556416d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@
19271927

19281928
\begin{itemdescr}
19291929
\pnum
1930-
Let \tcode{I} be the pack \tcode{0, 1, ..., (sizeof...(Types) - 1)}.\newline
1930+
Let \tcode{I} be the pack \tcode{0, 1, $\dotsc$, (sizeof...(Types) - 1)}.\newline
19311931
Let \tcode{\exposid{FWD}(u)} be \tcode{static_cast<decltype(u)>(u)}.
19321932

19331933
\pnum
@@ -2016,7 +2016,7 @@
20162016

20172017
\begin{itemdescr}
20182018
\pnum
2019-
Let \tcode{I} be the pack \tcode{0, 1, \ldots, (sizeof...(Types) - 1)}.
2019+
Let \tcode{I} be the pack \tcode{0, 1, $\dotsc$, (sizeof...(Types) - 1)}.
20202020

20212021
\pnum
20222022
\constraints
@@ -2686,7 +2686,7 @@
26862686
\pnum
26872687
\remarks
26882688
Let \tcode{I} be the pack
2689-
\tcode{0, 1, ..., (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
2689+
\tcode{0, 1, $\dotsc$, (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
26902690
The exception specification is equivalent to:
26912691
\begin{codeblock}
26922692
noexcept(invoke(std::forward<F>(f), get<I>(std::forward<Tuple>(t))...))

0 commit comments

Comments
 (0)