This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: ... where cfront would use ...
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "Gunreben, Peter (Peter)" <pgunreben at lucent dot com>, "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Date: Tue, 13 Jul 2004 08:51:32 -0500
- Subject: Re: ... where cfront would use ...
Hi Peter,
Do you need compliance to cfront behavior?
To get rid of the warning, don't put "-Wsynth" in the compile line, or
don't use std::complex and instead write your own that explicitly defines
the operator instead of having it synthesized.
HTH,
--Eljay