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 cf56f85 commit 26a0aecCopy full SHA for 26a0aec
source/ranges.tex
@@ -10027,7 +10027,7 @@
10027
operator-(const @\exposid{iterator}@<OtherConst>& x, const @\exposid{sentinel}@& y);
10028
10029
template<bool OtherConst>
10030
- requires @\libconcept{sized_sentinel_for}@<inner-sentinel<Const>, @\exposid{inner-iterator}@<OtherConst>>
+ requires @\libconcept{sized_sentinel_for}@<@\exposid{inner-sentinel}@<Const>, @\exposid{inner-iterator}@<OtherConst>>
10031
friend constexpr range_difference_t<@\exposid{maybe-const}@<OtherConst, @\exposid{InnerView}@>>
10032
operator-(const @\exposid{sentinel}@& x, const @\exposid{iterator}@<OtherConst>& y);
10033
\end{itemdecl}
0 commit comments