[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:31 PDT 2024


================
@@ -1733,6 +1738,8 @@ module std_private_ranges_zip_view                   [system] { header "__ranges
 
 module std_private_span_span_fwd [system] { header "__fwd/span.h" }
 
+module std_private_stack_fwd [system] { header "__fwd/stack.h" }
+
----------------
mordante wrote:

And here and it would be nice to do span too as a drive-by.

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


More information about the libcxx-commits mailing list