float_complex - is it standard?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon Dec 13 01:47:00 GMT 1999


> 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


More information about the Libstdc++ mailing list