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/memory | |
| 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/memory')
| -rw-r--r-- | libcxx/include/memory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/memory b/libcxx/include/memory index ff500f83039..321d5fee12a 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory @@ -5591,7 +5591,7 @@ _LIBCPP_END_NAMESPACE_STD _LIBCPP_POP_MACROS #if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17 -# include <pstl/internal/glue_memory_impl.h> +# include <__pstl_memory> #endif #endif // _LIBCPP_MEMORY |

