[libcxx-commits] [libcxx] [libc++] Remove <string> and <vector> includes from <flat_map> (PR #114876)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Nov 4 14:49:59 PST 2024
================
@@ -52,10 +53,9 @@
#include <__type_traits/maybe_const.h>
#include <__utility/exception_guard.h>
#include <__utility/pair.h>
+#include <__vector/vector.h>
#include <initializer_list>
#include <stdexcept>
-#include <string>
----------------
ldionne wrote:
I wonder how we ended up including `string`?
https://github.com/llvm/llvm-project/pull/114876
More information about the libcxx-commits
mailing list