瀏覽代碼

meta: drop unnecessary attribute

Michele Caini 2 年之前
父節點
當前提交
a8118c9389
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entt/meta/factory.hpp

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

@@ -124,7 +124,7 @@ public:
     }
 
 private:
-    [[maybe_unused]] meta_ctx *ctx{};
+    meta_ctx *ctx{};
     meta_type_descriptor *details{};
     dense_map<id_type, meta_prop_node, identity> *bucket{};
     meta_custom_node *user{};