Skip to content
Snippets Groups Projects

[WIP] simplify the implementation of KeyedContainer

Closed Marco Clemencic requested to merge clemenci/Gaudi:GAUDI-1138 into master
10 files
+ 173
1033
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -134,9 +134,6 @@ public:
case (CLID_ObjectVector+0x00040000)>>16: /* Keyed Hashmap */
access((KeyedContainer<KeyedObject<int>,Containers::HashMap>*)base);
break;
case (CLID_ObjectVector+0x00050000)>>16: /* Keyed array */
access((KeyedContainer<KeyedObject<int>,Containers::Array>*)base);
break;
}
}
}
Loading