[libcxx-commits] [libcxx] [libc++][pstl] Implementation of parallel std::destroy() and std::destroy_n() (PR #211888)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 30 20:08:01 PDT 2026
================
@@ -30,6 +31,8 @@
#include <__memory/unique_ptr.h>
#include <__new/exceptions.h>
#include <__numeric/reduce.h>
+#include <__optional/nullopt_t.h>
+#include <__optional/optional.h>
----------------
frederick-vs-ja wrote:
These look a bit messy (and unrelated to the PR title). Could we move the inclusion cleanup to another PR?
https://github.com/llvm/llvm-project/pull/211888
More information about the libcxx-commits
mailing list