From 3faf71a4b51c3f972593d1df8f649a4a100226ac Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 Jul 2018 11:52:21 +0200 Subject: compat/meta: fix for mixins --- compat/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/meta.hpp b/compat/meta.hpp index 4dec8bbb..7956ba3c 100644 --- a/compat/meta.hpp +++ b/compat/meta.hpp @@ -39,7 +39,7 @@ namespace meta::detail { template struct cons_; - template class t, typename x, typename... xs> + template class t, typename... xs> struct cons_> { using type = t; -- cgit v1.2.3