Skip to content

Fix #272; Move scavenge code for static vectors to its own function

Raymond Toy requested to merge issue-272-add-scav-static-vector-fcn into master

To make things a little easier to read and to make the code a bit more self-contained, move the code in scavenge that handled scavenging of static vectors to its own function.

Merge request reports