Skip to content

Commit 795fff4

Browse files
tkoeppetimsong-cpp
andauthored
Fixup: missing "const"
Co-authored-by: timsong-cpp <rs2740@gmail.com>
1 parent d0d47c9 commit 795fff4

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
@@ -8967,7 +8967,7 @@
89678967
}
89688968
}
89698969

8970-
constexpr auto end() requires @\libconcept{range}@<const V> {
8970+
constexpr auto end() const requires @\libconcept{range}@<const V> {
89718971
if constexpr (@\libconcept{common_range}@<const V>) {
89728972
return @\exposid{iterator}@<true>(@\exposid{as-sentinel}@{}, ranges::begin(@\exposid{base_}@), ranges::end(@\exposid{base_}@));
89738973
} else {

0 commit comments

Comments
 (0)