summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/libcxx/src/utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/libcxx/src/utility.cpp')
-rw-r--r--gnu/llvm/libcxx/src/utility.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/gnu/llvm/libcxx/src/utility.cpp b/gnu/llvm/libcxx/src/utility.cpp
new file mode 100644
index 00000000000..6a690dc2879
--- /dev/null
+++ b/gnu/llvm/libcxx/src/utility.cpp
@@ -0,0 +1,15 @@
+//===------------------------ utility.cpp ---------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "utility"
+
+_LIBCPP_BEGIN_NAMESPACE_STD
+
+const piecewise_construct_t piecewise_construct{};
+
+_LIBCPP_END_NAMESPACE_STD