Remove ptr_stack<T>, in favor of vector<unique_ptr<T>>.
(Not stack<unique_ptr<T>> because it wasn't quite a stack; we needed to get the second-to-last element sometimes.)
Showing
src/ptr_stack.h
deleted
100644 → 0
Please register or sign in to comment