We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0d47c9 commit 795fff4Copy full SHA for 795fff4
source/ranges.tex
@@ -8967,7 +8967,7 @@
8967
}
8968
8969
8970
- constexpr auto end() requires @\libconcept{range}@<const V> {
+ constexpr auto end() const requires @\libconcept{range}@<const V> {
8971
if constexpr (@\libconcept{common_range}@<const V>) {
8972
return @\exposid{iterator}@<true>(@\exposid{as-sentinel}@{}, ranges::begin(@\exposid{base_}@), ranges::end(@\exposid{base_}@));
8973
} else {
0 commit comments