Ah, yes--that would make sense. I obviously didn't... read the subject line... or the other link...
Anyway, I think n0nsensical has figured the problem out. You need to call resize() to in order for the constructors of the vector objects to be called. reserve() reallocates memory without calling these constructors...
|