Skip to content

correct #107 on bad static_vector size for initialization

Franck Galpin requested to merge (removed):patch_107 into master

Should correct the bug #107 where a static_vector was initialized before being resized. The static_vector is then resize back to 0 to keep original logic.

Merge request reports