Skip to content

Commit f7e045e

Browse files
authored
[range.concat] Add missing \exposid to "iterator" (#7632)
1 parent 152693b commit f7e045e

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
@@ -8759,7 +8759,7 @@
87598759
public:
87608760
@\exposid{iterator}@() = default;
87618761

8762-
constexpr @\exposid{iterator}@(iterator<!Const> i)
8762+
constexpr @\exposid{iterator}@(@\exposid{iterator}@<!Const> i)
87638763
requires Const && (@\libconcept{convertible_to}@<iterator_t<Views>, iterator_t<const Views>> && ...);
87648764

87658765
constexpr decltype(auto) operator*() const;
@@ -9481,7 +9481,7 @@
94819481
\par % This paragraph is part of the \remarks clause.
94829482
The expression in the \grammarterm{requires-clause} is equivalent to
94839483
\begin{codeblock}
9484-
@\libconcept{swappable_with}@<iter_reference_t<iterator>, iter_reference_t<iterator>> &&
9484+
@\libconcept{swappable_with}@<iter_reference_t<@\exposid{iterator}@>, iter_reference_t<@\exposid{iterator}@>> &&
94859485
(... && @\libconcept{indirectly_swappable}@<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
94869486
\end{codeblock}
94879487
\end{itemdescr}

0 commit comments

Comments
 (0)