Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Andre Poenitz
On Tue, Mar 04, 2008 at 12:22:48PM -, [EMAIL PROTECTED] wrote: > InsetMathHull::~InsetMathHull() > -{} > +{ > + for (size_t i = 0; i < label_.size(); ++i) { > + if (label_[i]) > + delete label_[i]; > + } > +} 'delete 0;' is safe, so no need for the if.

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Pavel Sanda wrote: mathed/InsetMathHull.cpp: In member function 'virtual void lyx::InsetMathHull::swapRow(size_t)': mathed/InsetMathHull.cpp:702: error: no matching function for call to 'swap(std::_Bit_reference, std::_Bit_reference)' /usr/lib/gcc/i686-pc-linux-gnu

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Abdelrazak Younes
Pavel Sanda wrote: URL: http://www.lyx.org/trac/changeset/23435 Log: Fix and improves labels and references in mathed. * InsetMathHull: Better now? e-e :) g++ -DHAVE_CONFIG_H -I. -I../src -I../boost -Wextra -Wall -O -MT InsetMathHull.lo -MD -MP -MF .deps/InsetMathHull.Tpo -c mathed/InsetM

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Pavel Sanda
>>> URL: http://www.lyx.org/trac/changeset/23435 >>> Log: >>> Fix and improves labels and references in mathed. >>> >>> * InsetMathHull: > > Better now? e-e :) g++ -DHAVE_CONFIG_H -I. -I../src -I../boost -Wextra -Wall -O -MT InsetMathHull.lo -MD -MP -MF .deps/InsetMathHull.Tpo -c mathed/InsetM

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Author: younes Date: Tue Mar 4 13:22:48 2008 New Revision: 23435 URL: http://www.lyx.org/trac/changeset/23435 Log: Fix and improves labels and references in mathed. * InsetMathHull: Better now? Author: younes Date: Tue Mar 4 13:50:06 2008 New Revision: 23439 URL: http:/

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Abdelrazak Younes
Pavel Sanda wrote: Author: younes Date: Tue Mar 4 13:22:48 2008 New Revision: 23435 URL: http://www.lyx.org/trac/changeset/23435 Log: Fix and improves labels and references in mathed. OK... Abdel.

Re: [Cvslog] r23435 - in /lyx-devel/trunk/src/mathed: InsetMathHull.cp...

2008-03-04 Thread Pavel Sanda
> Author: younes > Date: Tue Mar 4 13:22:48 2008 > New Revision: 23435 > > URL: http://www.lyx.org/trac/changeset/23435 >Log: >Fix and improves labels and references in mathed. > >* InsetMathHull: g++ -DHAVE_CONFIG_H -I. -I../src -I../boost -Wextra -Wall -O -MT InsetMathHull.lo -MD -MP -MF .de