@@ -17,8 +17,8 @@ struct meta_type_node;
struct meta_context {
dense_map<id_type, std::unique_ptr<meta_type_node>, identity> value;
- [[nodiscard]] inline static meta_context &from(meta_ctx &ctx);
- [[nodiscard]] inline static const meta_context &from(const meta_ctx &ctx);
+ [[nodiscard]] inline static meta_context &from(meta_ctx &);
+ [[nodiscard]] inline static const meta_context &from(const meta_ctx &);
};
} // namespace internal