Skip to content

Commit

Permalink
[intseq.make] Insert spaces around - for consistency (#7608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored Feb 3, 2025
1 parent d51e6be commit 79156b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
\tcode{make_integer_sequence} denotes a specialization of
\tcode{integer_sequence} with \tcode{N} non-type template arguments.
The type \tcode{make_integer_sequence<T, N>} is an alias for the type
\tcode{integer_sequence<T, 0, 1, ..., N-1>}.
\tcode{integer_sequence<T, 0, 1, ..., N - 1>}.
\begin{note}
\tcode{make_integer_sequence<int, 0>} is an alias for the type
\tcode{integer_sequence<int>}.
Expand Down

0 comments on commit 79156b9

Please sign in to comment.