This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]