Skip to content

Commit 31be778

Browse files
authored
[ranges] Remove redundant "exposition only" comments in \itemdecl (#5499)
1 parent a2cb13f commit 31be778

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/ranges.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5857,7 +5857,7 @@
58575857
empty inner ranges.
58585858

58595859
\begin{itemdecl}
5860-
constexpr void @\exposid{satisfy}@(); // \expos
5860+
constexpr void @\exposid{satisfy}@();
58615861
\end{itemdecl}
58625862

58635863
\begin{itemdescr}
@@ -7379,7 +7379,7 @@
73797379
\end{itemdescr}
73807380

73817381
\begin{itemdecl}
7382-
constexpr subrange<iterator_t<V>> @\exposid{find-next}@(iterator_t<V> it); // \expos
7382+
constexpr subrange<iterator_t<V>> @\exposid{find-next}@(iterator_t<V> it);
73837383
\end{itemdecl}
73847384

73857385
\begin{itemdescr}
@@ -8115,7 +8115,7 @@
81158115

81168116
\indexlibrarymember{\exposid{get-element}}{elements_view::iterator}%
81178117
\begin{itemdecl}
8118-
static constexpr decltype(auto) @\exposid{get-element}@(const iterator_t<@\exposid{Base}@>& i); // \expos
8118+
static constexpr decltype(auto) @\exposid{get-element}@(const iterator_t<@\exposid{Base}@>& i);
81198119
\end{itemdecl}
81208120

81218121
\begin{itemdescr}

0 commit comments

Comments
 (0)