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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 25 13:36:04 PDT 2019


ldionne added a comment.

In D61340#1553136 <https://reviews.llvm.org/D61340#1553136>, @MikeDvorskiy wrote:

> 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"


I don't mind. All I care is that this stuff stays out of the main `include` directory.


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