Enrico Forestieri wrote:
On Tue, Oct 17, 2006 at 05:59:55PM +0200, Enrico Forestieri wrote:
On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote:
This patch includes the one I send earlier with the MathSupport changes.
I converted most occurrence of implicit conversion using:
On Tue, Oct 17, 2006 at 05:59:55PM +0200, Enrico Forestieri wrote:
> On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote:
>
> > This patch includes the one I send earlier with the MathSupport changes.
> > I converted most occurrence of implicit conversion using:
> >
> > docstrin
On Tue, Oct 17, 2006 at 03:55:22PM +0200, Abdelrazak Younes wrote:
> This patch includes the one I send earlier with the MathSupport changes.
> I converted most occurrence of implicit conversion using:
>
> docstring dstr(str.begin(), str.end())
Abdel, this is not correct, because on systems w
This patch includes the one I send earlier with the MathSupport changes.
I converted most occurrence of implicit conversion using:
docstring dstr(str.begin(), str.end())
as suggested by Georg.
Will commit soon.
Abdel.
Index: src/cursor.C
==