From 581904a529075871b1af3bf2266db11fbf23bc1c Mon Sep 17 00:00:00 2001 From: Hewill Kang Date: Sat, 6 Sep 2025 17:47:33 +0800 Subject: [PATCH] [flat.multiset.defn] Fix format --- source/containers.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index 337685a058..ce6f248ab1 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -19770,8 +19770,8 @@ friend constexpr bool operator==(const flat_multiset& x, const flat_multiset& y); - friend @\placeholder{synth-three-way-result}@ - constexpr operator<=>(const flat_multiset& x, const flat_multiset& y); + friend constexpr @\placeholder{synth-three-way-result}@ + operator<=>(const flat_multiset& x, const flat_multiset& y); friend constexpr void swap(flat_multiset& x, flat_multiset& y) noexcept { x.swap(y); }