From: fennecdjay Date: Thu, 1 Feb 2024 12:11:48 +0000 (+0100) Subject: :fire: more on const generics and spread X-Git-Tag: nightly~105 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0ec87d9d67ca3eeeae8d834d641df929cc0fcc94;p=gwion.git :fire: more on const generics and spread --- 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