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.
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
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
>>> 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
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:/
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.
> 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