From 46035553bfdd96e63c94e32da0210227ec2e3cf1 Mon Sep 17 00:00:00 2001 From: patrick Date: Sat, 2 Jan 2021 20:29:13 +0000 Subject: Import libc++ 10.0.1 release. --- gnu/llvm/libcxx/src/utility.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gnu/llvm/libcxx/src/utility.cpp (limited to 'gnu/llvm/libcxx/src/utility.cpp') 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 -- cgit v1.2.3-59-g8ed1b