From e9987c3fb4e778742e7539416df702cf869c05bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Michal?= Date: Sun, 4 Jan 2026 13:10:52 +0100 Subject: [PATCH 1/3] Add tests --- tests/std/tests/P0429R9_flat_map/test.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/std/tests/P0429R9_flat_map/test.cpp b/tests/std/tests/P0429R9_flat_map/test.cpp index 74e88ddc81d..38aad5ca5ec 100644 --- a/tests/std/tests/P0429R9_flat_map/test.cpp +++ b/tests/std/tests/P0429R9_flat_map/test.cpp @@ -16,6 +16,11 @@ using namespace std; +// See GH-5965: Speculative resolution of LWG-3963 "Different flat_(multi)map specializations +// should be able to share same nested classes" is not likely to be accepted +static_assert(!is_same_v::containers, flat_multimap::containers>); +static_assert(!is_same_v::value_compare, flat_multimap::value_compare>); + template class Tmpl> constexpr bool is_specialization_v = false; template