summaryrefslogtreecommitdiffstats
path: root/src/utility.cpp
blob: 80f644a632a8b0e81a01eba95f07a30970bd6d1c (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 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