Closed magnusw closed 11 years ago
std::vector is unnecessary. Should be replaced with raw pointer, potentially using memory pool for allocation.
Fixed in cfde798aa4000f27e70aefb032aff210e68ca6c1
std::vector is unnecessary. Should be replaced with raw pointer, potentially using memory pool for allocation.