Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::vector for allocations here. (#37714)
Unsure why clang-tidy complains here, however the allocation is effectively a dynamic array, so used vector here instead.
- Loading branch information