• B
    [vector] Remove static_array · fa333e34
    Behdad Esfahbod 提交于
    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...
    fa333e34
hb.hh 17.0 KB