Closed llbit closed 8 years ago
The data pointer in FixedVector is not needed because it can be computed via the first element member.
This commit removes the data pointer and renames the first element to m_data. This should save a little space and not affect correctness.
The data pointer in FixedVector is not needed because it can be computed via the first element member.
This commit removes the data pointer and renames the first element to m_data. This should save a little space and not affect correctness.