diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:22:23 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-11-24 06:22:23 +0000 |
commit | ced08d6d571739ffba565c4ad2656791f7fc5fd3 (patch) | |
tree | c6e04384d5d6186bfd24208d53f7f188a52a4316 /contrib/libg++/libstdc++/std/complex.h | |
parent | 3b82b5b7f77cb6aa00fbc3f7e544459b1213e88b (diff) |
Diffstat (limited to 'contrib/libg++/libstdc++/std/complex.h')
-rw-r--r-- | contrib/libg++/libstdc++/std/complex.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/libg++/libstdc++/std/complex.h b/contrib/libg++/libstdc++/std/complex.h deleted file mode 100644 index bfdd352b46232..0000000000000 --- a/contrib/libg++/libstdc++/std/complex.h +++ /dev/null @@ -1,18 +0,0 @@ -// Main header for the -*- C++ -*- complex number classes. -// This file is part of the GNU ANSI C++ Library. - -#ifndef __COMPLEX__ -#define __COMPLEX__ - -#include <std/complext.h> - -extern "C++" { -#define __STD_COMPLEX - -// ANSI complex types -typedef complex<float> float_complex; -typedef complex<double> double_complex; -typedef complex<long double> long_double_complex; -} - -#endif |