We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f628c0 commit 2284a69Copy full SHA for 2284a69
source/ranges.tex
@@ -3970,7 +3970,7 @@
3970
satisfy the filter predicate.
3971
3972
\pnum
3973
-\tcode{iterator::iterator_concept} is defined as follows:
+\tcode{\exposid{iterator}::iterator_concept} is defined as follows:
3974
\begin{itemize}
3975
\item If \tcode{V} models \libconcept{bidirectional_range}, then
3976
\tcode{iterator_concept} denotes \tcode{bidirectional_iterator_tag}.
@@ -4032,7 +4032,7 @@
4032
\begin{itemdescr}
4033
4034
\effects
4035
-Equivalent to: \tcode{return std::move(current_);}
+Equivalent to: \tcode{return std::move(\exposid{current_});}
4036
\end{itemdescr}
4037
4038
\indexlibrarymember{operator*}{filter_view::iterator}%
0 commit comments