".github/vscode:/vscode.git/clone" did not exist on "0650d641a33ae96c039930f1f1331df40c458dc7"
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