Przeglądaj źródła

meta: std:: -> stl::

skypjack 3 dni temu
rodzic
commit
3f2ab7b9bc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -277,7 +277,7 @@ public:
     explicit meta_any(const meta_ctx &area, stl::in_place_t, auto *value)
     explicit meta_any(const meta_ctx &area, stl::in_place_t, auto *value)
         : storage{stl::in_place, value},
         : storage{stl::in_place, value},
           ctx{&area},
           ctx{&area},
-          vtable{storage ? &basic_vtable<std::remove_const_t<std::remove_pointer_t<decltype(value)>>> : nullptr} {
+          vtable{storage ? &basic_vtable<stl::remove_const_t<stl::remove_pointer_t<decltype(value)>>> : nullptr} {
     }
     }
 
 
     /**
     /**