2010-05-11 19:42:16 +00:00
|
|
|
//===------------------------ utility.cpp ---------------------------------===//
|
|
|
|
//
|
2010-05-11 21:36:01 +00:00
|
|
|
// The LLVM Compiler Infrastructure
|
2010-05-11 19:42:16 +00:00
|
|
|
//
|
2010-11-16 22:09:02 +00:00
|
|
|
// This file is dual licensed under the MIT and the University of Illinois Open
|
|
|
|
// Source Licenses. See LICENSE.TXT for details.
|
2010-05-11 19:42:16 +00:00
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2012-04-03 23:45:46 +00:00
|
|
|
#define _LIBCPP_BUILDING_UTILITY
|
2010-05-11 19:42:16 +00:00
|
|
|
#include "utility"
|
|
|
|
|
|
|
|
_LIBCPP_BEGIN_NAMESPACE_STD
|
|
|
|
|
|
|
|
const piecewise_construct_t piecewise_construct = {};
|
|
|
|
|
|
|
|
_LIBCPP_END_NAMESPACE_STD
|