@@ -45,3 +45,5 @@ TODO:
* natvis for meta_custom
* meta: vectors for details and props
* suppress -Wself-move on CI with g++13
+* meta: make context publicly available from the factory
+* only use details in the meta factory, not the meta type as a whole
@@ -120,7 +120,7 @@ public:
}
private:
- meta_ctx *ctx{};
+ [[maybe_unused]] meta_ctx *ctx{};
meta_type_node *owner{};
dense_map<id_type, meta_prop_node, identity> *bucket{};
meta_custom_node *user{};