We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9204a2a commit 72e7994Copy full SHA for 72e7994
source/Thing.hpp
@@ -23,7 +23,7 @@ namespace Langulus::Entity
23
{
24
25
using UnitList = TMany<A::Unit*>;
26
- using UnitMap = TUnorderedMap<DMeta, TUnorderedSet<A::Unit*>>;
+ using UnitMap = TUnorderedMap<DMeta, TMany<A::Unit*>>;
27
using TraitMap = TUnorderedMap<TMeta, TraitList>;
28
29
0 commit comments