]> Nishi Git Mirror - gwion.git/commitdiff
:fire: more on const generics and spread
authorfennecdjay <fennecdjay@gmail.com>
Thu, 1 Feb 2024 12:11:48 +0000 (13:11 +0100)
committerfennecdjay <fennecdjay@gmail.com>
Thu, 1 Feb 2024 12:11:48 +0000 (13:11 +0100)
include/template.h

index 136bd400461636bce2e7555d3eb655e1fb21006c..e5f5f9c9b02d703494ce019fee5879881d79954c 100644 (file)
@@ -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