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 8193
8193
8194
8194
template<@\libconcept{permutable}@ I, @\libconcept{sentinel_for}@<I> S>
8195
8195
constexpr subrange<I> ranges::rotate(I first, I middle, S last);
8196
+ template<@\exposconcept{execution-policy}@ Ep, @\libconcept{random_access_iterator}@ I, @\libconcept{sized_sentinel_for}@<I> S>
8197
+ requires @\libconcept{permutable}@<I>
8198
+ subrange<I> ranges::rotate(Ep&& exec, I first, I middle, S last);
8196
8199
\end{itemdecl}
8197
8200
8198
8201
\begin{itemdescr}
8245
8248
\end{itemdescr}
8246
8249
8247
8250
\begin{itemdecl}
8248
- template<@\exposconcept{execution-policy}@ Ep, @\libconcept{random_access_iterator}@ I, @\libconcept{sized_sentinel_for}@<I> S>
8249
- requires @\libconcept{permutable}@<I>
8250
- subrange<I> ranges::rotate(Ep&& exec, I first, I middle, S last);
8251
8251
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R>
8252
8252
requires @\libconcept{permutable}@<iterator_t<R>>
8253
8253
borrowed_subrange_t<R> ranges::rotate(Ep&& exec, R&& r, iterator_t<R> middle);
You can’t perform that action at this time.
0 commit comments