[libcxx-commits] [libcxx] [libc++] Optimize vector growing of trivially relocatable types (PR #76657)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 18 09:25:42 PST 2024
================
@@ -12,6 +12,8 @@
#include <__availability>
#include <__config>
#include <__fwd/memory_resource.h>
+#include <__type_traits/is_fundamental.h>
+#include <__type_traits/is_trivially_relocatable.h>
----------------
ldionne wrote:
Doesn't seem required anymore.
https://github.com/llvm/llvm-project/pull/76657
More information about the libcxx-commits
mailing list