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]
Other format: [Raw text]

[Bug c++/40561] [4.3 regression] code does not compile -- compiles fine when replacing != with !(==)



------- Comment #8 from bangerth at gmail dot com  2009-08-26 19:43 -------
(In reply to comment #7)
> pr.cc:38: error: invalid operands of types ‘bool’ and ‘int’ to binary
> ‘operator==’

This is doubly fascinating as there is no operator== in this line ;-)

W.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40561


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