Skip to content

Commit

Permalink
[range.cache.latest] Add missing \exposid
Browse files Browse the repository at this point in the history
  • Loading branch information
lprv committed Mar 3, 2025
1 parent 458b16a commit 4e35d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16920,7 +16920,7 @@

\indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}%
\begin{itemdecl}
constexpr iterator& operator++();
constexpr @\exposid{iterator}@& operator++();
\end{itemdecl}

\begin{itemdescr}
Expand Down Expand Up @@ -17050,7 +17050,7 @@
\indexlibrarymember{operator==}{cache_latest_view::\exposid{iterator}}%
\indexlibrarymember{operator==}{cache_latest_view::\exposid{sentinel}}%
\begin{itemdecl}
friend constexpr bool operator==(const iterator& x, const sentinel& y);
friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
\end{itemdecl}

\begin{itemdescr}
Expand Down

0 comments on commit 4e35d99

Please sign in to comment.