Michele Caini %!s(int64=6) %!d(string=hai) anos
pai
achega
d2cbb72490
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/entt/entity/registry.hpp

+ 1 - 1
src/entt/entity/registry.hpp

@@ -555,7 +555,7 @@ public:
      * just created otherwise.
      */
     template<typename... Component>
-    decltype(auto) create() {
+    auto create() {
         entity_type entity;
 
         if(destroyed == null) {