cxx/src/utility.cpp
2010-05-11 21:36:01 +00:00

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