Skip to content

Commit

Permalink
Testing TSet for leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 20, 2024
1 parent 9204a2a commit 72e7994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Thing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Langulus::Entity
{

using UnitList = TMany<A::Unit*>;
using UnitMap = TUnorderedMap<DMeta, TUnorderedSet<A::Unit*>>;
using UnitMap = TUnorderedMap<DMeta, TMany<A::Unit*>>;
using TraitMap = TUnorderedMap<TMeta, TraitList>;


Expand Down

0 comments on commit 72e7994

Please sign in to comment.