1*4684ddb6SLionel Sambuc //===------------------------ utility.cpp ---------------------------------===// 2*4684ddb6SLionel Sambuc // 3*4684ddb6SLionel Sambuc // The LLVM Compiler Infrastructure 4*4684ddb6SLionel Sambuc // 5*4684ddb6SLionel Sambuc // This file is dual licensed under the MIT and the University of Illinois Open 6*4684ddb6SLionel Sambuc // Source Licenses. See LICENSE.TXT for details. 7*4684ddb6SLionel Sambuc // 8*4684ddb6SLionel Sambuc //===----------------------------------------------------------------------===// 9*4684ddb6SLionel Sambuc 10*4684ddb6SLionel Sambuc #define _LIBCPP_BUILDING_UTILITY 11*4684ddb6SLionel Sambuc #include "utility" 12*4684ddb6SLionel Sambuc 13*4684ddb6SLionel Sambuc _LIBCPP_BEGIN_NAMESPACE_STD 14*4684ddb6SLionel Sambuc 15*4684ddb6SLionel Sambuc const piecewise_construct_t piecewise_construct = {}; 16*4684ddb6SLionel Sambuc 17*4684ddb6SLionel Sambuc _LIBCPP_END_NAMESPACE_STD 18