Sha256: 006a3fa1dc1bdc6e9bd8748e712e569258082b2dc32ef55f5d01a56f8c08a8ad
Contents?: true
Size: 627 Bytes
Versions: 8
Compression:
Stored size: 627 Bytes
Contents
// -*- C++ -*- //===--------------------------- ccomplex ---------------------------------===// // // 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. // //===----------------------------------------------------------------------===// #ifndef _LIBCPP_CCOMPLEX #define _LIBCPP_CCOMPLEX /* ccomplex synopsis #include <complex> */ #include <complex> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif // hh 080623 Created #endif // _LIBCPP_CCOMPLEX
Version data entries
8 entries across 8 versions & 1 rubygems