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:
docstring dstr(str.begin(), str.end())
Abdel, this is not correct, because on systems where a char is by default
signed, you get garbage for char codes > 127 (and this, in turn, leads to
crashes, at least on Cygwin).
Sorry, I should have read the patch... You were saying that you
actually corrected this...
No PB, my phrasing was maybe not crystal clear ;-)
Abdel.