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 e49d044 commit b226424Copy full SHA for b226424
source/iterators.tex
@@ -4158,8 +4158,8 @@
4158
template<class U> constexpr move_iterator(const move_iterator<U>& u);
4159
template<class U> constexpr move_iterator& operator=(const move_iterator<U>& u);
4160
4161
- constexpr const iterator_type& base() const & noexcept;
4162
- constexpr iterator_type base() &&;
+ constexpr const Iterator& base() const & noexcept;
+ constexpr Iterator base() &&;
4163
constexpr reference operator*() const;
4164
4165
constexpr move_iterator& operator++();
0 commit comments