loot / libloot

A C++ library for accessing LOOT's metadata and sorting functionality.
GNU General Public License v3.0
32 stars 12 forks source link

Replace std::set usage in public API with std::vector #68

Closed Ortham closed 4 years ago

Ortham commented 4 years ago

The public API uses std::set in a few places:

Ortham commented 4 years ago

Done in e85ec7b1ceee6f80bb0eaf568ff6d36b5892623b through to 14bdbe1fdf7e35cf46fed35897464cb04d22fa1d.