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 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;
94819481\par % This paragraph is part of the \remarks clause.
94829482The 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}
You can’t perform that action at this time.
0 commit comments