minor changes

This commit is contained in:
Michele Caini
2019-05-15 16:05:14 +02:00
parent 1442a3853c
commit 8519fe57ae

View File

@@ -1375,7 +1375,8 @@ public:
(void)this;
} else {
const auto pos = curr->owned++;
(swap<Owned>(0, std::get<pool_type<Owned> *>(cpools), entity, pos), ...);
// useless this-> used to suppress a warning with clang
(this->swap<Owned>(0, std::get<pool_type<Owned> *>(cpools), entity, pos), ...);
}
}
});