Skip to content

Commit 57f8cff

Browse files
lprvtkoeppe
authored andcommitted
[tuple] Use \dotsc for a non-code ellipsis
1 parent 48a5e1b commit 57f8cff

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
@@ -1954,7 +1954,7 @@
19541954

19551955
\begin{itemdescr}
19561956
\pnum
1957-
Let \tcode{I} be the pack \tcode{0, 1, ..., (sizeof...(Types) - 1)}.\newline
1957+
Let \tcode{I} be the pack \tcode{0, 1, $\dotsc$, (sizeof...(Types) - 1)}.\newline
19581958
Let \tcode{\exposid{FWD}(u)} be \tcode{static_cast<decltype(u)>(u)}.
19591959

19601960
\pnum
@@ -2043,7 +2043,7 @@
20432043

20442044
\begin{itemdescr}
20452045
\pnum
2046-
Let \tcode{I} be the pack \tcode{0, 1, \ldots, (sizeof...(Types) - 1)}.
2046+
Let \tcode{I} be the pack \tcode{0, 1, $\dotsc$, (sizeof...(Types) - 1)}.
20472047

20482048
\pnum
20492049
\constraints
@@ -2713,7 +2713,7 @@
27132713
\pnum
27142714
\remarks
27152715
Let \tcode{I} be the pack
2716-
\tcode{0, 1, ..., (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
2716+
\tcode{0, 1, $\dotsc$, (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
27172717
The exception specification is equivalent to:
27182718
\begin{codeblock}
27192719
noexcept(invoke(std::forward<F>(f), get<I>(std::forward<Tuple>(t))...))

0 commit comments

Comments
 (0)