[libcxx-commits] [PATCH] D60537: [pstl] Do not inject execution policies into namespace ::pstl in the tests

Mikhail Dvorskiy via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 22 01:54:26 PDT 2019


MikeDvorskiy added a comment.

> But let's avoid any name/path that suggests these headers are part of the public interface of the library, because they are not

I'm absolutely agree.
And I suggest put these "dummy" standard headers on the rPSTL <https://reviews.llvm.org/source/pstl/> repo root level, where there are other folder which not be taken for the library, such as "doc", "cmake" and "test".
So, I suggest adding "stdlib\pstl" where "dummy" standard headers are placed, and "experimental" folder for future C++ features:
cmake
doc
include
**stdlib\pstl**
**stdlib\experimental** or just **experimental**
test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60537





More information about the libcxx-commits mailing list