1 //===------------------------ utility.cpp ---------------------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 #define _LIBCPP_BUILDING_UTILITY
13 _LIBCPP_BEGIN_NAMESPACE_STD
15 const piecewise_construct_t piecewise_construct
= {};
17 _LIBCPP_END_NAMESPACE_STD