Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
And this one:
// Cache the labels
typedef std::map<Buffer const *, biblio::InfoMap> CachedMap;
static CachedMap cached_keys;
Well, this could be the culprit indeed.
Did I say already that static variables are evil?
I'm sure you did.
Please feel free to change it (or tell me what to do). I do not know very much
about these things,
About static variables?
The solution is to transfer those two static variable to the Buffer class.
and I was happy to get this rather tricky stuff work.
Did this ever work?
Abdel.