Skip to content

Commit 8404284

Browse files
hewillktkoeppe
authored andcommitted
[range.drop.overview, range.take.overview] Fixed unformatted (void)F, decay-copy(E)
1 parent 6ccb959 commit 8404284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/ranges.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5651,7 +5651,7 @@
56515651
\item
56525652
If \tcode{T} is a specialization
56535653
of \tcode{ranges::empty_view}\iref{range.empty.view},
5654-
then \tcode{((void) F, \placeholdernc{decay-copy}(E))},
5654+
then \tcode{((void)F, \placeholdernc{decay-copy}(E))},
56555655
except that the evaluations of \tcode{E} and \tcode{F}
56565656
are indeterminately sequenced.
56575657

@@ -6101,7 +6101,7 @@
61016101
\item
61026102
If \tcode{T} is a specialization of
61036103
\tcode{ranges::empty_view}\iref{range.empty.view},
6104-
then \tcode{((void) F, \placeholdernc{decay-copy}(E))},
6104+
then \tcode{((void)F, \placeholdernc{decay-copy}(E))},
61056105
except that the evaluations of \tcode{E} and \tcode{F}
61066106
are indeterminately sequenced.
61076107

@@ -6144,7 +6144,7 @@
61446144
\end{codeblock}
61456145
except that \tcode{E} is evaluated only once;
61466146
\item
6147-
otherwise, ((void) F, \placeholdernc{decay-copy}(E)),
6147+
otherwise, \tcode{((void)F, \placeholdernc{decay-copy}(E))},
61486148
except that the evaluations of \tcode{E} and \tcode{F} are indeterminately sequenced.
61496149
\end{itemize}
61506150

0 commit comments

Comments
 (0)