diff --git a/include/frg/array.hpp b/include/frg/array.hpp index e5d9bbb..b982fbb 100644 --- a/include/frg/array.hpp +++ b/include/frg/array.hpp @@ -90,6 +90,9 @@ struct array { bool operator==(const array &other) const = default; }; +template +array(T, Us...) -> array; + namespace details { template struct concat_size;