[libcxx-commits] [libcxx] [libc++] P2255R2: Add deleted `pair` constructor overloads (PR #164214)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 20 01:55:36 PDT 2025


================
@@ -16,6 +16,7 @@
 #include <__config>
 #include <__cstddef/size_t.h>
 #include <__fwd/array.h>
+#include <__fwd/complex.h>
----------------
frederick-vs-ja wrote:

This seems necessary for Clang module builds to find the `std::get` overloads for `complex` (added in C++26), which interacts with the constructors from `pair`-like types.

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


More information about the libcxx-commits mailing list