[libcxx-commits] [PATCH] D148478: [libc++][PSTL] Add design docs

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Apr 20 08:17:52 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/docs/DesignDocs/PSTL.rst:6-7
+The PSTL project is quite complex in it's current form and does not provide everything that libc++ requires, for example
+``_LIBCPP_HIDE_FROM_ABI`` or similar annotations and including granularized headers. Because of these drawbacks, we
+decided to adopt a modified PSTL in libc++. Specifically, the goals of the modified PSTL are
+
----------------
This should help explain some of the rationale for the bullet points below, as requested by @Mordante .


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148478/new/

https://reviews.llvm.org/D148478



More information about the libcxx-commits mailing list