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 458b16a commit 4e35d99Copy full SHA for 4e35d99
source/ranges.tex
@@ -16920,7 +16920,7 @@
16920
16921
\indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}%
16922
\begin{itemdecl}
16923
-constexpr iterator& operator++();
+constexpr @\exposid{iterator}@& operator++();
16924
\end{itemdecl}
16925
16926
\begin{itemdescr}
@@ -17050,7 +17050,7 @@
17050
\indexlibrarymember{operator==}{cache_latest_view::\exposid{iterator}}%
17051
\indexlibrarymember{operator==}{cache_latest_view::\exposid{sentinel}}%
17052
17053
-friend constexpr bool operator==(const iterator& x, const sentinel& y);
+friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
17054
17055
17056
0 commit comments