[libcxx-commits] [PATCH] D150284: [libc++][PSTL] Add a simple std::thread backend
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 10 16:12:52 PDT 2023
philnik added inline comments.
================
Comment at: libcxx/include/__config:1274-1275
// TODO: Make this a proper configuration option
#define _PSTL_PAR_BACKEND_SERIAL
----------------
ldionne wrote:
> Do we still need this? If not let's remove it.
It's still used by the `__pstl/` headers, so I'd rather keep it for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150284/new/
https://reviews.llvm.org/D150284
More information about the libcxx-commits
mailing list