Sha256: af2b6657ef0decc8ed841d71a9ee5c5f786e13cb7921258e03ba480a21c7110a
Contents?: true
Size: 520 Bytes
Versions: 8
Compression:
Stored size: 520 Bytes
Contents
//===------------------------ 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. // //===----------------------------------------------------------------------===// #define _LIBCPP_BUILDING_UTILITY #include "utility" _LIBCPP_BEGIN_NAMESPACE_STD const piecewise_construct_t piecewise_construct = {}; _LIBCPP_END_NAMESPACE_STD
Version data entries
8 entries across 8 versions & 1 rubygems