[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


================
@@ -1251,6 +1251,8 @@ module std_private_debug_utils_strict_weak_ordering_check [system] {
   export std_private_type_traits_is_constant_evaluated
 }
 
+module std_private_deque_fwd [system] { header "__fwd/deque.h" }
----------------
mordante wrote:

Please align `[system]` with `[system]` on line 1256.

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


More information about the libcxx-commits mailing list