Skip to content

Commit c06b69a

Browse files
committed
[range.adjacent.transform.iterator] Add missing markup
1 parent cc7e0d8 commit c06b69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9724,7 +9724,7 @@
97249724
friend constexpr bool operator>(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
97259725
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
97269726
friend constexpr bool operator<=(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
9727-
requires random_access_range<Base>;
9727+
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
97289728
friend constexpr bool operator>=(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
97299729
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
97309730
friend constexpr auto operator<=>(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)

0 commit comments

Comments
 (0)