Răsfoiți Sursa

test: thanks msvc for accepting invalid code

Michele Caini 1 an în urmă
părinte
comite
d20a5607c0
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>();
         }
         }
     }
     }
 };
 };