blob: 7dccffb73e5a308b904b26aec9429f34f9548e92 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | //===------------------------ utility.cpp ---------------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "utility"
_LIBCPP_BEGIN_NAMESPACE_STD
const piecewise_construct_t piecewise_construct = {};
_LIBCPP_END_NAMESPACE_STD
 |