[libcxx-commits] [libcxx] [libc++][pstl] Implementation of parallel std::destroy() and std::destroy_n() (PR #211888)

Michael G. Kazakov via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 26 09:13:51 PDT 2026


================
@@ -1389,7 +1390,9 @@ memory initializer_list
 memory iosfwd
 memory iterator
 memory limits
+memory memory
----------------
mikekazakov wrote:

This change was generated by `transitive_includes.gen.py`, unfortunately it doesn't pass without those.
It definitely looks wrong, perhaps it's caused by `std::optional` still being located in the top-level header `<optional>`.

https://github.com/llvm/llvm-project/pull/211888


More information about the libcxx-commits mailing list