Skip to content
Snippets Groups Projects

fix: "Immutable objects can only be added to subset collections" exception

Merged Wouter Deconinck requested to merge fix-immutable-objects-exception into main
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -118,8 +118,6 @@ public:
std::size_t ix = 0;
for (const auto& h : inputs) {
int64_t id = h.getCellID() & id_mask;
// use the reference field position
auto it = merge_map.find(id);
merge_map[id].push_back(ix);
ix++;
Loading