Explorar o código

test: thanks msvc for accepting invalid code

Michele Caini %!s(int64=2) %!d(string=hai) anos
pai
achega
d20a5607c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/common/mixin.hpp

+ 1 - 1
test/common/mixin.hpp

@@ -21,7 +21,7 @@ public:
 
 
     void bind(entt::any value) noexcept override {
     void bind(entt::any value) noexcept override {
         if(auto *owner = entt::any_cast<registry_type>(&value)) {
         if(auto *owner = entt::any_cast<registry_type>(&value)) {
-            owner->storage<int>();
+            owner->template storage<int>();
         }
         }
     }
     }
 };
 };