From cd261874810bc76b122587258788d30e65f8979c Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 15 Nov 2025 19:35:58 +0100 Subject: [PATCH] [unord.multiset.overview] Fix indentation --- source/containers.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/containers.tex b/source/containers.tex index 148d3de34e..d2db2ed385 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -15233,7 +15233,7 @@ const allocator_type& a) : unordered_multiset(il, n, hasher(), key_equal(), a) { } constexpr unordered_multiset(initializer_list il, size_type n, const hasher& hf, - const allocator_type& a) + const allocator_type& a) : unordered_multiset(il, n, hf, key_equal(), a) { } constexpr ~unordered_multiset(); constexpr unordered_multiset& operator=(const unordered_multiset&);