Skip to content

Commit a069450

Browse files
cor3ntinzygoloid
authored andcommitted
[range.elements.iterator] Fix typo in declaration of operator<= (#3981)
1 parent a87621b commit a069450

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
@@ -6409,7 +6409,7 @@
64096409
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
64106410
friend constexpr bool operator>(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
64116411
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
6412-
friend constexpr bool operator<=(const @\exposid{iterator}@& y, const @\exposid{iterator}@& y)
6412+
friend constexpr bool operator<=(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
64136413
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;
64146414
friend constexpr bool operator>=(const @\exposid{iterator}@& x, const @\exposid{iterator}@& y)
64156415
requires @\libconcept{random_access_range}@<@\exposid{Base}@>;

0 commit comments

Comments
 (0)