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

index e5f5f9c9b02d703494ce019fee5879881d79954c..f11821a6bab2c0bb7d9a4f19c78541842acf97a2 100644 (file)
@@ -27,5 +27,5 @@ ANN static inline Tmpl* get_tmpl(const Type t) {
     return (a);                                                                \
   }
 
-ANN static void fdef_const_generic_value(const Env env, const Type owner, const Type t, const Tag tag);
+ANN m_bool const_generic_typecheck(const Env env, const Specialized *spec, const TmplArg *targ);
 #endif