Remove a couple more uses of std::vector
The callee had already but updated to take a smallvector, but we were still instantiating it as a std::vector.
Showing
Please register or sign in to comment
The callee had already but updated to take a smallvector, but we were still instantiating it as a std::vector.