Re: [patch] use always

2004-07-25 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: >> And you should of course consider using a newer compiler... > | I do use gcc 3.3 for my own stuff, but gcc 2.95 is the default compiler of | Debian 3.0, and I don't want to compile Qt myself, so I have to use gcc | 2.95 for LyX. Have I said what I think

Re: [patch] use always

2004-07-25 Thread Georg Baum
Am Sonntag, 25. Juli 2004 14:05 schrieb Lars Gullik Bjønnes: > should be added to Spacing.h. All header files should be > "self contained". Ok. > And you should of course consider using a newer compiler... I do use gcc 3.3 for my own stuff, but gcc 2.95 is the default compiler of Debian 3.0,

Re: [patch] use always

2004-07-25 Thread Lars Gullik Bjønnes
Georg Baum <[EMAIL PROTECTED]> writes: | Am Samstag, 24. Juli 2004 01:39 schrieb Lars Gullik Bjønnes: >> >> I noticed that we in some places used directly and not >> "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this >> would have errored out. So since we have not seen this error

Re: [patch] use always

2004-07-25 Thread Georg Baum
Am Samstag, 24. Juli 2004 01:39 schrieb Lars Gullik Bjønnes: > > I noticed that we in some places used directly and not > "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this > would have errored out. So since we have not seen this error, I took > the oppurtunity to get rid of the s

Re: [patch] use always

2004-07-24 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> I noticed that we in some places used directly and not >> "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this >> would have errored out. So since we have not seen this error, I took >> the oppurtunity to ge

Re: [patch] use always

2004-07-24 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > I noticed that we in some places used directly and not > "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this > would have errored out. So since we have not seen this error, I took > the oppurtunity to get rid of the std_sstream stuff. > > The patch bel

[patch] use always

2004-07-23 Thread Lars Gullik Bjønnes
I noticed that we in some places used directly and not "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this would have errored out. So since we have not seen this error, I took the oppurtunity to get rid of the std_sstream stuff. The patch below does not remove the now unneeded fil