瀏覽代碼

test: thanks msvc for accepting invalid code

Michele Caini 1 年之前
父節點
當前提交
d20a5607c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {
         if(auto *owner = entt::any_cast<registry_type>(&value)) {
-            owner->storage<int>();
+            owner->template storage<int>();
         }
     }
 };