> 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