Richard Heck wrote: > Just a question: Is there any reason not just to use the lazy version > everywhere? The only place the non-lazy constructor is used is in > MacroTable::insert. We don't have a DocIterator there, but perhaps > we could pass one from upstream?
I don't know. Maybe in that case it is wanted that a copy is created, so that the original template may change later? Anyway, the whole macro handling is so complicated that I would not dare to touch it unless there is a specific problem. Georg