[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:27:10 PDT 2024
================
@@ -223,6 +223,8 @@ namespace std {
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
# include <locale>
+# include <queue>
+# include <stack>
----------------
philnik777 wrote:
https://libcxx.llvm.org/DesignDocs/HeaderRemovalPolicy.html
https://github.com/llvm/llvm-project/pull/85520
More information about the libcxx-commits
mailing list