Skip to content

Commit 38959e4

Browse files
lprvtkoeppe
authored andcommitted
[range.cache.latest] Add missing \exposid
1 parent 7e015c2 commit 38959e4

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
@@ -17439,7 +17439,7 @@
1743917439

1744017440
\indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}%
1744117441
\begin{itemdecl}
17442-
constexpr iterator& operator++();
17442+
constexpr @\exposid{iterator}@& operator++();
1744317443
\end{itemdecl}
1744417444

1744517445
\begin{itemdescr}
@@ -17570,7 +17570,7 @@
1757017570
\indexlibrarymember{operator==}{cache_latest_view::\exposid{iterator}}%
1757117571
\indexlibrarymember{operator==}{cache_latest_view::\exposid{sentinel}}%
1757217572
\begin{itemdecl}
17573-
friend constexpr bool operator==(const iterator& x, const sentinel& y);
17573+
friend constexpr bool operator==(const @\exposid{iterator}@& x, const @\exposid{sentinel}@& y);
1757417574
\end{itemdecl}
1757517575

1757617576
\begin{itemdescr}

0 commit comments

Comments
 (0)