------- Comment #12 from pinskia at gcc dot gnu dot org  2010-04-26 17:50 
-------
(In reply to comment #11)
> This is fixed for equality operators but not relational operators
> 
> enum class E { Foo, Bar };
> bool b2 = E::Foo < E::Bar;

Is that even allowed for normal enums?


-- 


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

Reply via email to