Revision b2d499c7
ID | b2d499c7f82ab85cf563ceff5386c98567ebf758 |
Parent | abce6607 |
Child | fe9592fb |
Remove unnecessary double* pointer from Vector<N>
The pointer prevents the use of bitwise move/copy/initialize operations
on Vector(). Less importantly, it's an unnecessary memory bloat.
Files
- added
- modified
- copied
- renamed
- deleted