diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:54 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-27 03:00:54 +0000 |
commit | d0a1905720f0fcec0487a392469ac6784e6a266e (patch) | |
tree | 85eba5204fb18082299f999deb70bdb6a6f15401 /contrib/libg++/libstdc++/std/complex.h | |
parent | 69ffc00f5da62b5b9679474845e8fca0fbf534a7 (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 bfdd352b4623..000000000000 --- 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 |