Skip to content

Commit

Permalink
[range.concat.iterator] Fix indentation (#6937)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas-Krug authored and tkoeppe committed Apr 19, 2024
1 parent 79dcca8 commit 79eb180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ranges.tex
Expand Up @@ -8792,7 +8792,7 @@
requires (@\exposconcept{all-random-access}@<Const, Views...> &&
(@\libconcept{three_way_comparable}@<iterator_t<@\exposid{maybe-const}@<Const, Views>>> && ...));
friend constexpr @\exposid{iterator}@ operator+(const @\exposid{iterator}@& it, difference_type n)
requires @\exposconcept{concat-is-random-access}@<Const, Views...>;
requires @\exposconcept{concat-is-random-access}@<Const, Views...>;
friend constexpr @\exposid{iterator}@ operator+(difference_type n, const @\exposid{iterator}@& it)
requires @\exposconcept{concat-is-random-access}@<Const, Views...>;
friend constexpr @\exposid{iterator}@ operator-(const @\exposid{iterator}@& it, difference_type n)
Expand Down

0 comments on commit 79eb180

Please sign in to comment.