diff --git a/include/etl/span.h b/include/etl/span.h index 8d03e5fb..a02fa099 100644 --- a/include/etl/span.h +++ b/include/etl/span.h @@ -102,7 +102,7 @@ namespace etl //************************************************************************* /// Construct from C array //************************************************************************* - template + template::type> ETL_CONSTEXPR span(element_type(&begin_)[Array_Size]) ETL_NOEXCEPT : pbegin(begin_) {