diff --git a/source/containers.tex b/source/containers.tex index a61581bfdf..dc9719bf3b 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -16532,7 +16532,7 @@ template constexpr bool operator!=(const stack& x, const stack& y); template - constexpr bool operator< (const stack& x, const stack& y); + constexpr bool operator< (const stack& x, const stack& y); template constexpr bool operator> (const stack& x, const stack& y); template