Skip to content

Don't call BlockVector::resize with two arguments

Oliver Sander requested to merge vectorhelpers-fix-deprecation-warning into master

The second on (whether values should be copied upon resizing) is deprecated, and always assumed to be true now.

Merge request reports