nfprojects / nfengine

Game engine
GNU General Public License v2.0
55 stars 4 forks source link

Common: Rewrite AlignedAllocator class #162

Closed lookeypl closed 6 years ago

lookeypl commented 8 years ago

In Aligned.hpp header there is a template class called AlignedAllocator. Its source was taken from a gist and we might not have rights to the code. Plus, it uses exceptions, which we do not support in the engine due to performance.

Rewrite AlignedAllocator, add tests if needed.

Witek902 commented 6 years ago

Will be removed after full migration to nfCommon containers.