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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-05 
12:13:55 UTC ---
Then put it into a class and add overloaded comparison operators for the
wrapper class.  That is the same thing as with float/double, you can't overload
float/double comparison operator either.

Reply via email to