Bug#440483: Re :gcc-snapshot: ambiguous operator==

2007-09-19 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2007-09-10 22:19]: I haven't had time yet to look through Bugzilla whether this has been reported already, but I just noticed that PR33378 got filed about something similar. I'm leaving forn holidays tomorrow, so maybe someone (Ben?) can check whether

Bug#440483: Re :gcc-snapshot: ambiguous operator==

2007-09-10 Thread Martin Michlmayr
* Ben Hutchings [EMAIL PROTECTED] [2007-09-03 00:50]: The full error messages are: test.cc: In function 'int main()': test.cc:15: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: I haven't had

Bug#440483: Re :gcc-snapshot: ambiguous operator==

2007-09-02 Thread Ben Hutchings
The full error messages are: test.cc: In function 'int main()': test.cc:15: error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: test.cc:9: note: candidate 1: bool operator==(const B, const B) test.cc:6: