Skip to content

Commit b1ff1df

Browse files
authored
[stack.syn] Fix indentation (#8558)
1 parent ebd315d commit b1ff1df

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
@@ -16532,7 +16532,7 @@
1653216532
template<class T, class Container>
1653316533
constexpr bool operator!=(const stack<T, Container>& x, const stack<T, Container>& y);
1653416534
template<class T, class Container>
16535-
constexpr bool operator< (const stack<T, Container>& x, const stack<T, Container>& y);
16535+
constexpr bool operator< (const stack<T, Container>& x, const stack<T, Container>& y);
1653616536
template<class T, class Container>
1653716537
constexpr bool operator> (const stack<T, Container>& x, const stack<T, Container>& y);
1653816538
template<class T, class Container>

0 commit comments

Comments
 (0)