[PATCH] Make language type support more generic

David Nolden zwabel at googlemail.com
Wed Aug 13 15:09:53 UTC 2008


Am Mittwoch, 13. August 2008 13:47:38 schrieb Andreas Pakulat:
> > 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

Especially the == operator has the danger that developers would accidentally 
do bla == bla2, which would just compare the pointers, which would be fatal. 
But enough of the arguments. ;)

Greetings, David




More information about the KDevelop-devel mailing list