[libcxx-commits] [libcxx] [libc++] constexpr flat_multimap (PR #148417)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 15 10:06:36 PDT 2025


================
@@ -10,17 +10,19 @@
 
 // <flat_map>
 
-// flat_multimap(sorted_equivalent_t, key_container_type key_cont, mapped_container_type mapped_cont,
+// flat_multimap(sorted_unique_t, key_container_type key_cont, mapped_container_type mapped_cont,
----------------
ldionne wrote:

I am a bit confused why this was changed -- we're really testing the `sorted_equivalent_t` constructor (in fact there is no `sorted_unique_t` constructor).

https://github.com/llvm/llvm-project/pull/148417


More information about the libcxx-commits mailing list