File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 12241
12241
\begin{itemize}
12242
12242
\item
12243
12243
\tcode{((void)E, auto(views::empty<tuple<>>))}
12244
- if \tcode{N} is equal to \tcode{0},
12244
+ if \tcode{N} is equal to \tcode{0} and
12245
+ \tcode{decltype((E))} models \libconcept{forward_range},
12245
12246
\item
12246
12247
otherwise, \tcode{adjacent_view<views::all_t<decltype((E))>, N>(E)}.
12247
12248
\end{itemize}
12874
12875
a constant expression \tcode{N}:
12875
12876
\begin{itemize}
12876
12877
\item
12877
- If \tcode{N} is equal to \tcode{0},
12878
+ If \tcode{N} is equal to \tcode{0} and
12879
+ \tcode{decltype((E))} models \libconcept{forward_range},
12878
12880
\tcode{views::adjacent_transform<N>(E, F)} is expression-equivalent to
12879
12881
\tcode{((void)E, views::zip_transform(F))},
12880
12882
except that the evaluations of \tcode{E} and \tcode{F} are
You can’t perform that action at this time.
0 commit comments