f10fb77a81
Removes the pointless `std::unique_ptr<std::vector<T>>` usage, as a `std::vector` already owns its resources and manages them. Results in one indirection less (hint: good).