Use dynamic allocation for non-POD arrays.
Clang reported error about allocating variable length array of non-POD element type 'simplevector<int>' Also fix one missing delete bug. BUG: 18702945 Change-Id: I9e0908db0db96d31bd2cdf3d8c303cdb8cf59614
Loading
Please sign in to comment