diff --git a/include/etl/const_multiset.h b/include/etl/const_multiset.h index ee618480..cc605b40 100644 --- a/include/etl/const_multiset.h +++ b/include/etl/const_multiset.h @@ -486,10 +486,10 @@ namespace etl //************************************************************************* #if ETL_USING_CPP17 template - const_multiset_ext(const etl::span&) -> const_multiset_ext; + const_multiset_ext(const etl::span&) -> const_multiset_ext; template - const_multiset_ext(const TElements(&)[N]) -> const_multiset_ext; + const_multiset_ext(const TElements(&)[N]) -> const_multiset_ext; #endif //*************************************************************************