diff options
author | Louis Dionne <ldionne@apple.com> | 2019-08-06 21:11:24 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-08-06 21:11:24 +0000 |
commit | 956892433f7c0ae4520232b07d442fedbcc14cb2 (patch) | |
tree | 53f3c88cab9f650348b9dc74a5aa2bdb1444009a /libcxx/include/algorithm | |
parent | 40fde901932726518feb24391138e65b093b7a15 (diff) | |
download | bcm5719-llvm-956892433f7c0ae4520232b07d442fedbcc14cb2.tar.gz bcm5719-llvm-956892433f7c0ae4520232b07d442fedbcc14cb2.zip |
[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
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r-- | libcxx/include/algorithm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index ac780af63d2..91cca5c053a 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -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 |