diff --git a/source/ranges.tex b/source/ranges.tex index 20eefbdafb..0e0b3e7d1c 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -16920,7 +16920,7 @@ \indexlibrarymember{operator++}{cache_latest_view::\exposid{iterator}}% \begin{itemdecl} -constexpr iterator& operator++(); +constexpr @\exposid{iterator}@& operator++(); \end{itemdecl} \begin{itemdescr} @@ -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}