This is the mail archive of the gcc-bugs@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]

Re: C++ conversion rules ???


>>>>> Alexandre Oliva <oliva@dcc.unicamp.br> writes:

 > I see.  It would be cool if we could guess the user expectations and
 > just print the warning when they'd be violated, but it seems to me
 > that this warning gets too many false positives, so it should not be
 > enabled by default.

I suppose we could suppress the warning if the two ops are from the same
class and the target types only differ in cv-quals.

Jason


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