BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Port SortedManagedArray #17

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 6 years ago

Port over the SortedManagedArray class and its tests from the monolithic repo.

https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/sortedmanagedarray.h https://github.com/BlackToppStudios/Mezzanine/blob/master/UnitTests/tests/sortedmanagedarraytests.h

MakoEnergy commented 5 years ago

This was recently addressed by Feartheducky and merged.