Re: math_mathmlstream.h

2001-12-03 Thread Andre Poenitz
On Mon, Dec 03, 2001 at 10:49:47AM +0100, Lars Gullik Bjønnes wrote: > should be moved to the file where MathInset is defined. > (and the signatore changed accordingly of course.) > (btw. should it really be allowed to pass a null-pointer to this > func?) It's nice for debugging. > >> I really b

Re: math_mathmlstream.h

2001-12-03 Thread Andre Poenitz
On Mon, Dec 03, 2001 at 09:48:29AM +0100, Lars Gullik Bjønnes wrote: > and the operators does not even need to be part of the class... (oh > sorry, struct) Ok, so we could move them into another file theat only gets included if really necessary. > I really belive that this is the wrong reason t

Re: math_mathmlstream.h

2001-12-03 Thread Andre Poenitz
On Sun, Dec 02, 2001 at 05:12:21PM +0100, Lars Gullik Bjønnes wrote: > Why does the stream not have a " << string" operator? Because strings are fat and one can not easily forward-declare them. If we had the "<< string" operators this would mean including string in all 37 math insets, not just i