From 05cd33a4ab2e83ddb32dffec937a7524bc669a73 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sun, 21 Dec 2025 18:11:23 +0100 Subject: [PATCH] [associative.map.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 c8a68ac6a0..9fd71066b3 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -11525,7 +11525,7 @@ template constexpr void swap(multimap& x, - multimap& y) + multimap& y) noexcept(noexcept(x.swap(y))); // \ref{multimap.erasure}, erasure for \tcode{multimap}