Skip to content

Commit 5fcc2a9

Browse files
jwakelytkoeppe
authored andcommitted
[stack.ops] fix indentation
1 parent 1356fa2 commit 5fcc2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14499,7 +14499,7 @@
1449914499
\indexlibrarymember{operator>=}{stack}%
1450014500
\begin{itemdecl}
1450114501
template<class T, class Container>
14502-
bool operator>=(const stack<T, Container>& x, const stack<T, Container>& y);
14502+
bool operator>=(const stack<T, Container>& x, const stack<T, Container>& y);
1450314503
\end{itemdecl}
1450414504

1450514505
\begin{itemdescr}

0 commit comments

Comments
 (0)