On 09-Apr-2001 John Levon wrote

> I was hoping you were going to tell me I'm an idiot who knows nothing about how
> the STL vector works :/

Well I couldn't as IMO I'm more illiterate on STL (in general) the you :)

But there are general problems in this type of stuff. F.ex. you can have a
look at the AppendRow calls in tabular.C. You see that I do explicitely
insertion of a row instead of using the (#ifdefed out) version. Why?
That's because if I use the standard STL .insert it won't work (it should
but it doesn't!). So maybe we have here a similar problem. The problem
always regards the insertion of some stuff or the assignment of some stuff.

The problem in AppenRow I had (so I remember vaguely) is that instead of
only inserting a new item it reinitialized all the vector and lost so all
the informations inside the InsetText's :(

      Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Banacek's Eighteenth Polish Proverb:
        The hippo has no sting, but the wise man would rather be sat upon
        by the bee.

Reply via email to