[libcxx-commits] [libcxx] [libc++] constexpr flat_multiset (PR #161016)

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 11 06:26:17 PDT 2025


================
@@ -72,8 +57,38 @@ void test() {
   }
 }
 
+constexpr bool test() {
+  {
+    // The constructors in this subclause shall not participate in overload
+    // resolution unless uses_allocator_v<container_type, Alloc> is true.
+
+    using C  = test_less<int>;
----------------
huixie90 wrote:

done

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


More information about the libcxx-commits mailing list