You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TagHolder is the base class for all declared types. This is a specialised use of the types and seems like it should be in the client code. Each TagHolder contains a std::map, which is also an unwanted overhead.
Perhaps this could be removed and custom user data attached to objects?
I'll remove this for now and rethink it later.
The text was updated successfully, but these errors were encountered:
TagHolder is the base class for all declared types. This is a specialised use of the types and seems like it should be in the client code. Each TagHolder contains a
std::map
, which is also an unwanted overhead.Perhaps this could be removed and custom user data attached to objects?
I'll remove this for now and rethink it later.
The text was updated successfully, but these errors were encountered: