[libcxx-commits] [libcxx] [libc++][pstl] Implementation of parallel std::destroy() and std::destroy_n() (PR #211888)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 29 08:38:43 PDT 2026
================
@@ -1389,7 +1390,9 @@ memory initializer_list
memory iosfwd
memory iterator
memory limits
+memory memory
----------------
ldionne wrote:
I think we should actually modularize `<optional>`, even if only to make it more consistent with the other top-level headers. I can put up a patch to do that and then we'll rebase this PR on top.
https://github.com/llvm/llvm-project/pull/211888
More information about the libcxx-commits
mailing list