emitterstate.cpp
8.94 KB
-
Remove ptr_stack<T>, in favor of vector<unique_ptr<T>>. · a45a6174
(Not stack<unique_ptr<T>> because it wasn't quite a stack; we needed to get the second-to-last element sometimes.)
Jesse Beder committed
(Not stack<unique_ptr<T>> because it wasn't quite a stack; we needed to get the second-to-last element sometimes.)