On 10/09/2014 09:30 AM, Nathan Sidwell wrote:
+  return typeid (__complex) != typeid (__complex double);

Don't we want this to be '=='?

I think it wants to check for _complex being __complex double, not not
being _complex int  (other failure modes exist!)

Right, I was forgetting about returning nonzero for failure.

Jason

Reply via email to