Changed some functions to ETL_CONSTEXPR14

This commit is contained in:
John Wellbelove 2020-07-21 09:58:14 +01:00
parent 8d60eb5e0e
commit 556a529c38

View File

@ -234,7 +234,7 @@ namespace etl
//*************************************************************************
/// Assign from a span.
//*************************************************************************
ETL_CONSTEXPR span& operator =(const span& other) ETL_NOEXCEPT
ETL_CONSTEXPR14 span& operator =(const span& other) ETL_NOEXCEPT
{
mbegin = other.mbegin;
mend = other.mend;