> > 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
- Re: Bug list - Countdown Juergen Spitzmueller
- Re: Bug list - Countdown Michael Schmitt
- Re: Bug list - Countdown John Levon
- Re: Bug list - Countdown Angus Leeming
- Re: Bug list - Countdown Michael Schmitt
- Re: Bug list - Countdown Andre Poenitz
- Re: Bug list - Countdown Andre Poenitz
- Re: Bug list - Countdown John Levon
- Re: Bug list - Countdown Michael Schmitt
- Re: Bug list - Countdown Angus Leeming
- Re: Bug list - Countdown Dekel Tsur
- Re: Bug list - Countdown Juergen Spitzmueller