Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Now, in Document>Settings, change the textclass to article. This gives
| 3 errors, since the chapter headings have been changed to Standard.
| But the error list does not work: it searches for id 994 (which was
| 266 before switching class: document allocated three more time), but
| 994 does not exist anymore, it is 1258 already :)

We shouldn't use par id for anything... only paragraph offsets
(offsets into the vector...)

| My problem is that I do not know where and why this happens... But
| this cannot be good for performance or memory fragmentation anyway.
| 
| So, would it still be time to go back to std::list or something else?

I'd say no.

By going back to std::list now would mean more months of hacking ... I
am pretty sure about that...

But I'd really like to explore the feasability to move to another
container, be it std::list or som other wicked construct. (even our
own made container) (I even have this on the agenda for "Things I
should try out")

Using some kind of container holding some smartpointer might be a good
solution. But please not now... rather lets live with the "occasional"
known bug for 1.4.x.

-- 
        Lgb

Reply via email to