[pstl][libc++] Provide uglified header names for interface headers

For the few (currently four) headers that make up the PSTL's interface
to other Standard Libraries, provide a stable uglified header file that
can be included by those Standard Libraries.

We can then more easily change the internal organization of the PSTL
without having to change the integration with Standard Libraries.

llvm-svn: 368088
This commit is contained in:
Louis Dionne
2019-08-06 21:11:24 +00:00
parent 40fde90193
commit 956892433f
8 changed files with 64 additions and 4 deletions

View File

@@ -5679,7 +5679,7 @@ _LIBCPP_END_NAMESPACE_STD
_LIBCPP_POP_MACROS
#if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17
# include <pstl/internal/glue_algorithm_impl.h>
# include <__pstl_algorithm>
#endif
#endif // _LIBCPP_ALGORITHM