suppress wrong warning
This commit is contained in:
@@ -1371,7 +1371,8 @@ public:
|
||||
curr->construct(entity);
|
||||
} 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 gcc and clang
|
||||
(this->swap<Owned>(0, std::get<pool_type<Owned> *>(cpools), entity, pos), ...);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user