Skip to content
  • Brad King's avatar
    cmLinkedTree: Add Pop method · 85fe26b5
    Brad King authored
    Add a method to increment an iterator (follow the "up" pointer) to the
    previous level in the stack of scopes and free storage of the top of the
    stack if possible.  This will allow short-lived scopes to be created and
    destroyed by matching Push/Pop pairs without accumulating storage.
    85fe26b5