Stephan Witt wrote: > But seriously: there is already one fragile separator implementation!
yes and we already have one crashing bug just in the return d->text_[pos] == '
';
point (6453) ;)
pavel
>
> ================
> bool Paragraph::isSeparator(pos_type pos) const
> {
> //FIXME: Are we sure this can be the only separator?
> return d->text_[pos] == ' ';
> }
> ================
>
> Stephan
