The RefCount class should not be dealing with enum class IDs or other types. There exists the IdRefCount class below it for that purpose (which does the opposite and restricts types instead of allowing all).
Since RefCount is just an std::vector with a bit of bloat, I'll probably end up getting rid of it soon.
The RefCount class should not be dealing with enum class IDs or other types. There exists the IdRefCount class below it for that purpose (which does the opposite and restricts types instead of allowing all).
Since RefCount is just an std::vector with a bit of bloat, I'll probably end up getting rid of it soon.