On Sat, Jan 03, 2004 at 03:24:49PM +0100, Lars Gullik Bjønnes wrote: > > I know that I am the one who began introducing pimpls to lyx. After > that I have become quite wary of them... and feel more and more that > you should have a good reason to use them. > > This boils down to: (right now) What is the use of the pimpl in > ParIterator?
It still hides a few 'necessary' #includes, but that's already undermined by using boost::scoped_ptr anyway... > I have a patch where I remove it, get rid of asPosIterator, etc. > I think it is nice and it makes the code size smaller (should be > faster as well.) What about (re-)compile time and link size? Andre'