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 38f1bb0 commit 2263304Copy full SHA for 2263304
source/ranges.tex
@@ -11944,7 +11944,7 @@
11944
\begin{itemdecl}
11945
template<bool OtherConst>
11946
requires (@\libconcept{sentinel_for}@<sentinel_t<@\exposid{maybe-const}@<Const, Views>>,
11947
- iterator_t<maybe-const<OtherConst, Views>>> && ...)
+ iterator_t<@\exposid{maybe-const}@<OtherConst, Views>>> && ...)
11948
friend constexpr bool operator==(const @\exposid{iterator}@<OtherConst>& x, const @\exposid{sentinel}@& y);
11949
\end{itemdecl}
11950
0 commit comments