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 7e015c2 commit 38959e4Copy full SHA for 38959e4
source/ranges.tex
@@ -17439,7 +17439,7 @@
17439
17440
\indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}%
17441
\begin{itemdecl}
17442
-constexpr iterator& operator++();
+constexpr @\exposid{iterator}@& operator++();
17443
\end{itemdecl}
17444
17445
\begin{itemdescr}
@@ -17570,7 +17570,7 @@
17570
\indexlibrarymember{operator==}{cache_latest_view::\exposid{iterator}}%
17571
\indexlibrarymember{operator==}{cache_latest_view::\exposid{sentinel}}%
17572
17573
-friend constexpr bool operator==(const iterator& x, const sentinel& y);
+friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
17574
17575
17576
0 commit comments