Lars Gullik BjÃnnes wrote: > I'll comment more after thinging abit about this.
Thanks. > | private: > | std::vector<PosIteratorItem> stack_; > | }; > > Is it a stack or a vector? do you need access to any other element > thatn the top one? perhaps a std::stack would do? Right, I think I std::stack would do. Alfredo
