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

Make constructors with args explicit #52

Closed Ortham closed 4 years ago

Ortham commented 5 years ago

I've recently hit a few type ambiguities that could be resolved by making constructors that take args explicit, but that's a breaking change to implement for API classes, so make the change for v0.15.

Ortham commented 4 years ago

Done in 8f690e85797789b700045f690c6b363bc77b3da2.