[libcxx-commits] [libcxx] [libc++][complex] P2819R2: Add `tuple` protocol to `complex` (PR #79744)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 15 11:00:58 PST 2024


================
@@ -16,6 +16,11 @@
 #include <__concepts/derived_from.h>
 #include <__concepts/equality_comparable.h>
 #include <__config>
+#include <__fwd/array.h>
+#include <__fwd/complex.h>
+#include <__fwd/pair.h>
+#include <__fwd/subrange.h>
+#include <__fwd/tuple.h>
 #include <__iterator/concepts.h>
----------------
mordante wrote:

Does it make sense to commit these changes in a separate commit?

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


More information about the libcxx-commits mailing list