[libcxx-commits] [PATCH] D60480: [WIP] integration of pstl into libc++
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 9 22:09:04 PDT 2019
EricWF added inline comments.
================
Comment at: libcxx/include/algorithm:5791
+#include <pstl/internal/pstl_config.h>
+#if defined(__PSTL_EXECUTION_POLICIES_DEFINED)
+# include <pstl/internal/glue_algorithm_impl.h>
----------------
We normally use `_ONE_UNDERSCORE_UPPER` or `__two_underscore_lower`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60480/new/
https://reviews.llvm.org/D60480
More information about the libcxx-commits
mailing list