Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Lars Gullik Bj?nnes wrote: >> >> As you see, not different at all... except that use of >> lyx::support::abort will not change if ::abort is put in the std >> namespace. (or anywhere else...) > | The patch below makes CVS compile on my FreeBSD system. > |

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > > As you see, not different at all... except that use of > lyx::support::abort will not change if ::abort is put in the std > namespace. (or anywhere else...) The patch below makes CVS compile on my FreeBSD system. OK? R. Index: src/boost.C ===

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Lars Gullik Bj?nnes wrote: >> Rob Lahaye <[EMAIL PROTECTED]> writes: >> >> | Unless you tell me in more detail what your abort-preference >> | actually implies. >> >> the "problem" with using assert is that it depends on defines: NDEBUG >> in particular.

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > Rob Lahaye <[EMAIL PROTECTED]> writes: > > | Unless you tell me in more detail what your abort-preference > | actually implies. > > the "problem" with using assert is that it depends on defines: NDEBUG > in particular. > > And what we really want anyway is a plain

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Unless you tell me in more detail what your abort-preference | actually implies. the "problem" with using assert is that it depends on defines: NDEBUG in particular. And what we really want anyway is a plain abort at this point. So to just abort is just

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > Rob Lahaye <[EMAIL PROTECTED]> writes: >Rob Lahaye <[EMAIL PROTECTED]> writes: > > >| Should instead a "#include " be added at the top of this file? > >Either that or we should use lyx::support::abort instead. >(I'll probably prefere that.)

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Lars Gullik Bj?nnes wrote: >> Rob Lahaye <[EMAIL PROTECTED]> writes: >> >> | Lars Gullik Bj?nnes wrote: >> Rob Lahaye <[EMAIL PROTECTED]> writes: | Should instead a "#include " be added at the top of this file? Either that or we

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > Rob Lahaye <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bj?nnes wrote: > >>>Rob Lahaye <[EMAIL PROTECTED]> writes: >>> >>> >>>| Should instead a "#include " be added at the top of this file? >>> >>>Either that or we should use lyx::support::abort instead. >>>(I'll p

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Lars Gullik Bj?nnes wrote: >> Rob Lahaye <[EMAIL PROTECTED]> writes: >> >> >> | Should instead a "#include " be added at the top of this file? >> >> Either that or we should use lyx::support::abort instead. >> (I'll probably prefere that.) > | Either way

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > Rob Lahaye <[EMAIL PROTECTED]> writes: > > > | Should instead a "#include " be added at the top of this file? > > Either that or we should use lyx::support::abort instead. > (I'll probably prefere that.) Either way. As it is now, CVS doesn't compile :(. R.

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Lars Gullik Bj?nnes wrote: >> Rob Lahaye <[EMAIL PROTECTED]> writes: >> >> | Index: src/boost.C >> | === >> | RCS file: /cvs/lyx/lyx-devel/src/boost.C,v >> | retrieving revision 1.4 >> | diff

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Rob Lahaye
Lars Gullik Bj?nnes wrote: > Rob Lahaye <[EMAIL PROTECTED]> writes: > > | Index: src/boost.C > | === > | RCS file: /cvs/lyx/lyx-devel/src/boost.C,v > | retrieving revision 1.4 > | diff -u -r1.4 boost.C > | --- src/boost.C 2003/09

Re: [patch] CVS: assert() error in src/boost.C

2003-09-10 Thread Lars Gullik Bjønnes
Rob Lahaye <[EMAIL PROTECTED]> writes: | Index: src/boost.C | === | RCS file: /cvs/lyx/lyx-devel/src/boost.C,v | retrieving revision 1.4 | diff -u -r1.4 boost.C | --- src/boost.C 2003/09/09 17:25:17 1.4 | +++ src/boost.C

[patch] CVS: assert() error in src/boost.C

2003-09-09 Thread Rob Lahaye
Index: src/boost.C === RCS file: /cvs/lyx/lyx-devel/src/boost.C,v retrieving revision 1.4 diff -u -r1.4 boost.C --- src/boost.C 2003/09/09 17:25:17 1.4 +++ src/boost.C 2003/09/10 05:06:32 @@ -51,7 +51,7 @@ lyxerr << "Asse