Commit fa333e34d6230210bc73a88b0ba6df2102dcda51

Behdad Esfahbod 2018-12-27T17:56:22

[vector] Remove static_array Was good idea, but with C++ types with constructor/destructor, was getting in the way as compiler was destructing those items where it was not desired. Since C++ does not allow zero-sized arrays, just remove it...