> | > colinfo_.insert(colinfo_.begin() + newcol, ColInfo());
> |
> | >From CD2 23.2.4 (I could check with the Standard tomorrow at work):
> |
> | iterator insert(iterator position, const T& x = T());
>
> I don't think this is part of the standard.
Indeed, this seems to have gone in the fin
Andre Poenitz <[EMAIL PROTECTED]> writes:
| > | colinfo_.insert(colinfo_.begin() + newcol);
| > | -^
| >
| > I am not sure what this is supposed to do.
| > What is it supposed to insert?
| >
| > Probably:
| >
| > colinfo_.insert(colinfo_.begin() + newcol, ColInfo());
|
> | colinfo_.insert(colinfo_.begin() + newcol);
> | -^
>
> I am not sure what this is supposed to do.
> What is it supposed to insert?
>
> Probably:
>
> colinfo_.insert(colinfo_.begin() + newcol, ColInfo());
>From CD2 23.2.4 (I could check with the Standard tomorrow a
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Another one for you: in paragraph.h, getLayout is declared inline, but
| only defined in paragraph.C. Compaq cxx complains loudly. Should I
| remove the inline or move the definition? (i.e. is there a good reason
| for it being inline?)
remove t
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | |
Lars> Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
Lars> writes: | | Lars> cxx: Error:
Lars> ../../.
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
| Lars> cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274:
| Lars> a reference | of type "lyxstring &" (no
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274:
Lars> a reference | of type "lyxstring &" (not const-qualified) cannot
Lars> be initialized | with a valu
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| cxx: Error: ../../../lyx-devel/src/mathed/math_grid.C, line 274: a reference
| of type "lyxstring &" (not const-qualified) cannot be initialized
| with a value of type "MathInset::cells_type"
| swap(cells_, new_cells);
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> > "John" == John Levon <[EMAIL PROTECTED]> writes: | |
Lars> John> Attached is a patch that removes the duplicate options for
Lars> | John> spellchecker (I got it wor
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "John" == John Levon <[EMAIL PROTECTED]> writes:
|
| John> Attached is a patch that removes the duplicate options for
| John> spellchecker (I got it working).
|
| John> Please apply.
|
| I'll do so as soon as Lars has landed our latest c
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> Attached is a patch that removes the duplicate options for
John> spellchecker (I got it working).
John> Please apply.
I'll do so as soon as Lars has landed our latest changes. Juergen has
things to land too.
JMarc
Attached is a patch that removes the duplicate options for spellchecker
(I got it working).
Please apply.
thanks
john
--
"Euler's equation contains the five most important numbers in mathematics."
spelloptions.diff.gz
12 matches
Mail list logo