[libcxx-commits] [PATCH] D61340: [pstl] Move the dummy standard library headers to extra/

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 21 00:33:36 PDT 2019


MikeDvorskiy added a comment.

Louis,
thanks for the alternative proposal.

A couple of question:

1. What's motivation to change "stdlib" to "extra"? To avoid some confusing? (because "stdlib" is not a part of the standard library here)
2. Can we keep "pstl" name  (instead of proposed "include")? The fact is many people have already use  PSTL code (as "third party" headers) and a usage model is following:

#include "pstl/execution" 
#include "pstl/algorithm"
#include "pstl/numeric"
#include "pstl/memory"

We would not like to force them changing  #include "pstl/execution"  to #include "include/execution"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61340





More information about the libcxx-commits mailing list