[PATCH] Make language type support more generic

David Nolden zwabel at googlemail.com
Wed Aug 13 07:37:15 UTC 2008


Am Mittwoch, 13. August 2008 09:29:32 schrieb Andreas Pakulat:
> On 13.08.08 16:30:29, Hamish Rodda wrote:
> > - Remove all operator== and operator!=, just use equals() instead
>
> Hmm, apart from me having little knowledge of all the stuff in language,
> I'd like to vote for having at least operator==. Having to do a
> foo.equals(bar) is one of the things I really hate in java. Its just so
> much more natural to say foo == bar.
>
> Andreas

But these objects are always pointers, so you would have to do *bla == *bla2, 
which does not look too nice.

Greetings, David




More information about the KDevelop-devel mailing list