forked from OSchip/llvm-project
17 lines
472 B
C++
17 lines
472 B
C++
//===------------------------ utility.cpp ---------------------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#include "utility"
|
|
|
|
_LIBCPP_BEGIN_NAMESPACE_STD
|
|
|
|
const piecewise_construct_t piecewise_construct = {};
|
|
|
|
_LIBCPP_END_NAMESPACE_STD
|