[libcxx-commits] [libcxx] [libc++] Remove <queue> and <stack> includes from <format> (PR #85520)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 20 04:03:30 PDT 2024
================
@@ -1596,6 +1599,8 @@ module std_private_numeric_transform_exclusive_scan [system] { header "__numeric
module std_private_numeric_transform_inclusive_scan [system] { header "__numeric/transform_inclusive_scan.h" }
module std_private_numeric_transform_reduce [system] { header "__numeric/transform_reduce.h" }
+module std_private_queue_fwd [system] { header "__fwd/queue.h" }
----------------
mordante wrote:
There too.
https://github.com/llvm/llvm-project/pull/85520
More information about the libcxx-commits
mailing list