Skip to content

Commit 1b8d25f

Browse files
authored
[range.zip.transform.iterator,range.adjacent.transform.iterator] Insert spaces around - for consistency (#7596)
1 parent 47cf5a6 commit 1b8d25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11967,7 +11967,7 @@
1196711967

1196811968
\pnum
1196911969
\remarks
11970-
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, \tcode{(sizeof...(Views)-1)}}.
11970+
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, \tcode{(sizeof...(Views) - 1)}}.
1197111971
The exception specification is equivalent to:
1197211972
\tcode{noexcept(invoke(*\exposid{parent_}->\exposid{fun_}, *std::get<Is>(\exposid{inner_}.\exposid{current_})...))}.
1197311973
\end{itemdescr}
@@ -13125,7 +13125,7 @@
1312513125

1312613126
\pnum
1312713127
\remarks
13128-
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, (N-1)}.
13128+
Let \tcode{Is} be the pack \tcode{0, 1, \ldots, (N - 1)}.
1312913129
The exception specification is equivalent to:
1313013130
\begin{codeblock}
1313113131
noexcept(invoke(*@\exposid{parent_}@->@\exposid{fun_}@, *std::get<Is>(@\exposid{inner_}@.@\exposid{current_}@)...))

0 commit comments

Comments
 (0)