Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: fix undefined behaviour in ListUnitTest
The `test_multilinik_round` test scenario of ListUnitTest uses a reference to a `vector` element that is invalidated after a `vector::emplace_back` call. Fix this by calling `vector::emplace_back` after using the referenced element.
- Loading branch information