private:
typedef raw_children_type::const_iterator raw_iterator;
- subr::sharing_stack<raw_iterator> _m_stack;
+ subr::stackish<raw_iterator> _m_stack;
/* Push and pop until _m_stack.top () == raw_children_type::end ()
or it's looking at a DIE other than DW_TAG_imported_unit. */
_m_path in _m_seen so that a derived tracker made from path_to
"context" can use the right _m_root.
*/
- typedef subr::sharing_stack<die> die_path;
+ typedef subr::stackish<die> die_path;
private:
// We use an empty list as a marker; every path includes at least one DIE.