File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8759
8759
public:
8760
8760
@\exposid{iterator}@() = default;
8761
8761
8762
- constexpr @\exposid{iterator}@(iterator<!Const> i)
8762
+ constexpr @\exposid{iterator}@(@\exposid{ iterator}@ <!Const> i)
8763
8763
requires Const && (@\libconcept{convertible_to}@<iterator_t<Views>, iterator_t<const Views>> && ...);
8764
8764
8765
8765
constexpr decltype(auto) operator*() const;
9481
9481
\par % This paragraph is part of the \remarks clause.
9482
9482
The expression in the \grammarterm{requires-clause} is equivalent to
9483
9483
\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}@ >> &&
9485
9485
(... && @\libconcept{indirectly_swappable}@<iterator_t<@\exposid{maybe-const}@<Const, Views>>>)
9486
9486
\end{codeblock}
9487
9487
\end{itemdescr}
You can’t perform that action at this time.
0 commit comments