[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
================
@@ -1188,6 +1188,8 @@ module std_private_compare_synth_three_way [system] { header "__c
module std_private_compare_three_way_comparable [system] { header "__compare/three_way_comparable.h" }
module std_private_compare_weak_order [system] { header "__compare/weak_order.h" }
+module std_private_complex_complex_fwd [system] { header "__fwd/complex.h" }
----------------
mordante wrote:
Nit: consider to align `[system]` with `[system]` in the block below.
https://github.com/llvm/llvm-project/pull/79744
More information about the libcxx-commits
mailing list