aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/__pstl_memory
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__pstl_memory')
-rw-r--r--contrib/llvm-project/libcxx/include/__pstl_memory15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm-project/libcxx/include/__pstl_memory b/contrib/llvm-project/libcxx/include/__pstl_memory
new file mode 100644
index 000000000000..12b7f5aa3c04
--- /dev/null
+++ b/contrib/llvm-project/libcxx/include/__pstl_memory
@@ -0,0 +1,15 @@
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef __PSTL_MEMORY
+#define __PSTL_MEMORY
+
+#include <pstl/internal/glue_memory_impl.h>
+
+#endif /* __PSTL_MEMORY */