summaryrefslogtreecommitdiffstats
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-08-06 21:11:24 +0000
committerLouis Dionne <ldionne@apple.com>2019-08-06 21:11:24 +0000
commit956892433f7c0ae4520232b07d442fedbcc14cb2 (patch)
tree53f3c88cab9f650348b9dc74a5aa2bdb1444009a /libcxx/include/algorithm
parent40fde901932726518feb24391138e65b093b7a15 (diff)
downloadbcm5719-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/algorithm2
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
OpenPOWER on IntegriCloud