From 0ec87d9d67ca3eeeae8d834d641df929cc0fcc94 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 1 Feb 2024 13:11:48 +0100 Subject: [PATCH] :fire: more on const generics and spread --- include/template.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/template.h b/include/template.h index 136bd400..e5f5f9c9 100644 --- a/include/template.h +++ b/include/template.h @@ -26,4 +26,6 @@ ANN static inline Tmpl* get_tmpl(const Type t) { nspc_pop_type(env->gwion->mp, env->curr); \ return (a); \ } + +ANN static void fdef_const_generic_value(const Env env, const Type owner, const Type t, const Tag tag); #endif -- 2.43.0