[libcxx-commits] [PATCH] D148478: [libc++][PSTL] Add design docs
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 21 10:37:26 PDT 2023
Mordante accepted this revision as: Mordante.
Mordante added a comment.
LGTM, modulo one nit. I leave the final approval to Louis.
================
Comment at: libcxx/docs/DesignDocs/PSTLIntegration.rst:9
+but are unnecessarily complex in the context of a single standard library implementation. Because of these drawbacks, we
+decided to adopt a modified PSTL in libc++. Specifically, the goals of the modified PSTL are
+
----------------
Since you talk about PSTL I really would like a link to the original source.
I really like this new rationale, this makes it very clear why you opted to go in this direction. Thanks!
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