mirror of
https://github.com/ETLCPP/etl.git
synced 2026-07-01 06:48:44 +08:00
Changed some functions to ETL_CONSTEXPR14
This commit is contained in:
parent
8d60eb5e0e
commit
556a529c38
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user