diff --git a/include/etl/alignment.h b/include/etl/alignment.h index 73527765..41e8a20c 100644 --- a/include/etl/alignment.h +++ b/include/etl/alignment.h @@ -367,7 +367,7 @@ namespace etl //*************************************************************************** // Default constructor //*************************************************************************** - typed_storage() ETL_NOEXCEPT + ETL_CONSTEXPR typed_storage() ETL_NOEXCEPT : valid(false) { } @@ -567,7 +567,7 @@ namespace etl //******************************* union union_type { - union_type() ETL_NOEXCEPT + ETL_CONSTEXPR union_type() ETL_NOEXCEPT : dummy() { }