Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RF] Set size of offsets vector in LikelihoodJob correctly
When `std::copy`ing into a vector, it needs to have the right size before. Doing only `std::reserve` is not enough. Fixes root-project#15730.
- Loading branch information