From 0fcbb8e59dc1a4d0ebcff7aa35c46466301301ad Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 22 Nov 2025 08:39:07 +0100 Subject: [PATCH] [stack.syn] Fix indentation --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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