]> gcc.gnu.org Git - gcc.git/blame - libstdc++/complex
dwarf2out.c (die_struct): Remove die_attr_last and die_child_last.
[gcc.git] / libstdc++ / complex
CommitLineData
6599da04
JM
1// Main header for the -*- C++ -*- complex number classes.
2// This file is part of the GNU ANSI C++ Library.
3
4#ifndef __COMPLEX__
5#define __COMPLEX__
6
7#include <std/complext.h>
8
9extern "C++" {
10#define __STD_COMPLEX
11
12// ANSI complex types
13typedef complex<float> float_complex;
14typedef complex<double> double_complex;
15typedef complex<long double> long_double_complex;
16}
17
18#endif
This page took 0.123918 seconds and 5 git commands to generate.