Skip to content

Commit

Permalink
Update source/ranges.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Johel Ernesto Guerrero Peña <[email protected]>
  • Loading branch information
hewillk and JohelEGP authored Nov 11, 2023
1 parent 8e44dc8 commit 9180dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1644,11 +1644,11 @@
@\libconcept{move_constructible}@<range_rvalue_reference_t<R>>;

template<class R>
concept @\defexposconcept{bidirectional-common}@ = // \expos
concept @\defexposconcept{bidirectional-common}@ = // \expos
@\libconcept{bidirectional_range}@<R> && @\libconcept{common_range}@<R>;

template<class R>
concept @\defexposconcept{random-access-sized}@ = // \expos
concept @\defexposconcept{random-access-sized}@ = // \expos
@\libconcept{random_access_range}@<R> && @\libconcept{sized_range}@<R>;
\end{codeblock}

Expand Down

0 comments on commit 9180dfb

Please sign in to comment.