This commit is contained in:
Michele Caini
2019-09-18 00:04:22 +02:00
parent b5b1a64f0c
commit 39c8889585

View File

@@ -61,7 +61,6 @@ class basic_runtime_view {
friend class basic_registry<Entity>;
using underlying_iterator_type = typename sparse_set<Entity>::iterator_type;
using traits_type = entt_traits<std::underlying_type_t<Entity>>;
class iterator {
friend class basic_runtime_view<Entity>;