Skip to content

Commit b1a8692

Browse files
authored
[move.iter.op.comp] Fix indentation (#9337)
1 parent 8d04957 commit b1a8692

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

‎source/iterators.tex‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5100,7 +5100,7 @@
51005100
\indexlibrarymember{operator<}{move_iterator}%
51015101
\begin{itemdecl}
51025102
template<class Iterator1, class Iterator2>
5103-
constexpr bool operator<(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5103+
constexpr bool operator<(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51045104
\end{itemdecl}
51055105

51065106
\begin{itemdescr}
@@ -5117,7 +5117,7 @@
51175117
\indexlibrarymember{operator>}{move_iterator}%
51185118
\begin{itemdecl}
51195119
template<class Iterator1, class Iterator2>
5120-
constexpr bool operator>(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5120+
constexpr bool operator>(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51215121
\end{itemdecl}
51225122

51235123
\begin{itemdescr}
@@ -5134,7 +5134,7 @@
51345134
\indexlibrarymember{operator<=}{move_iterator}%
51355135
\begin{itemdecl}
51365136
template<class Iterator1, class Iterator2>
5137-
constexpr bool operator<=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5137+
constexpr bool operator<=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51385138
\end{itemdecl}
51395139

51405140
\begin{itemdescr}
@@ -5151,7 +5151,7 @@
51515151
\indexlibrarymember{operator>=}{move_iterator}%
51525152
\begin{itemdecl}
51535153
template<class Iterator1, class Iterator2>
5154-
constexpr bool operator>=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
5154+
constexpr bool operator>=(const move_iterator<Iterator1>& x, const move_iterator<Iterator2>& y);
51555155
\end{itemdecl}
51565156

51575157
\begin{itemdescr}

0 commit comments

Comments
 (0)