[PATCH] Make language type support more generic

Andreas Pakulat apaku at gmx.de
Wed Aug 13 11:47:38 UTC 2008


On 13.08.08 09:37:15, David Nolden wrote:
> 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.

Ah, ok. nevermind then :)

Andreas

-- 
You have no real enemies.




More information about the KDevelop-devel mailing list