From 8030ef3812f54d6aeced27d91573bdcd4d6b2080 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 1 Feb 2024 13:14:10 +0100 Subject: [PATCH] :fire: more on const generics and spread --- include/template.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template.h b/include/template.h index e5f5f9c9..f11821a6 100644 --- a/include/template.h +++ b/include/template.h @@ -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 -- 2.43.0