[libcxx-commits] [libcxx] [libc++] Remove <queue> and <stack> includes from <format> (PR #85520)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 20 03:29:16 PDT 2024


================
@@ -18,11 +18,11 @@
 #include <__format/concepts.h>
 #include <__format/formatter.h>
 #include <__format/range_default_formatter.h>
+#include <__fwd/queue.h>
+#include <__fwd/stack.h>
----------------
philnik777 wrote:

IDK, but this seems not really related to the change made here. FWIW the change doesn't look editorial to me either.

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


More information about the libcxx-commits mailing list