Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Did you try my suggested fix for output_latex? I cannot
Abdelrazak> verify it because I can't make mingw use safe_iterator. In
Abdelrazak> other word are you sure that it is not a problem of
Abdelrazak> output_latex instead?
I did not try it yet, but I do not see why it would assert with your
container and not with a vector (which has the same checks for end).
Jean-Marc, I know what is the problem. The ++ operator behave weirdly
with RandomAccessList::const_iterator, I am resolving the problem right
now by overloading it. So mea culpa, it's all my fault and sorry for the
noise.
I'll send a new version soon.
Abdel