Skip to content

Commit 4e35d99

Browse files
committed
[range.cache.latest] Add missing \exposid
1 parent 458b16a commit 4e35d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ranges.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16920,7 +16920,7 @@
1692016920

1692116921
\indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}%
1692216922
\begin{itemdecl}
16923-
constexpr iterator& operator++();
16923+
constexpr @\exposid{iterator}@& operator++();
1692416924
\end{itemdecl}
1692516925

1692616926
\begin{itemdescr}
@@ -17050,7 +17050,7 @@
1705017050
\indexlibrarymember{operator==}{cache_latest_view::\exposid{iterator}}%
1705117051
\indexlibrarymember{operator==}{cache_latest_view::\exposid{sentinel}}%
1705217052
\begin{itemdecl}
17053-
friend constexpr bool operator==(const iterator& x, const sentinel& y);
17053+
friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
1705417054
\end{itemdecl}
1705517055

1705617056
\begin{itemdescr}

0 commit comments

Comments
 (0)