> > btw. we need to make a new rule in LyX (that is for 1.3.0cvs): We
> > should _never_ _ever_ pass or return raw pointers, but always wrap
> > them up in some smart pointer.
> 
> this will uglify and seriously bloat all the gui code for no real advantage 
IMHO
> 
> At least in Qt's code

Naaa! In almost all cases where we pass pointers, we should pass references. 
We almost never need pointers.

No uglification at all and we get Lars' wish for safer code.

A

Reply via email to