File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5651
5651
\item
5652
5652
If \tcode{T} is a specialization
5653
5653
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))},
5655
5655
except that the evaluations of \tcode{E} and \tcode{F}
5656
5656
are indeterminately sequenced.
5657
5657
6101
6101
\item
6102
6102
If \tcode{T} is a specialization of
6103
6103
\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))},
6105
6105
except that the evaluations of \tcode{E} and \tcode{F}
6106
6106
are indeterminately sequenced.
6107
6107
6144
6144
\end{codeblock}
6145
6145
except that \tcode{E} is evaluated only once;
6146
6146
\item
6147
- otherwise, ((void) F, \placeholdernc{decay-copy}(E)),
6147
+ otherwise, \tcode{ ((void)F, \placeholdernc{decay-copy}(E))} ,
6148
6148
except that the evaluations of \tcode{E} and \tcode{F} are indeterminately sequenced.
6149
6149
\end{itemize}
6150
6150
You can’t perform that action at this time.
0 commit comments