This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: float_complex - is it standard?
- To: ymedini at iil dot intel dot com
- Subject: Re: float_complex - is it standard?
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 13 Dec 1999 10:43:38 +0100
- CC: libstdc++ at sourceware dot cygnus dot com
- References: <199912121122.NAA29664@inx005.iil.intel.com>
> I wonder, is
> typedef complex<float> float_complex;
> a standard definition as appears in the
> GNU ANSI C++ Library <complex> header?
No, it isn't. However, I couldn't find it in the libstdc++ v3 headers,
either (yes, it *is* defined in the 2.95.x headers).
Regards,
Martin