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
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,
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
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
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
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
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