Fixed constexpr labels + other small changes to fix syntax check errors.

This commit is contained in:
John Wellbelove 2025-05-18 15:53:03 +01:00
parent 3f138f68b9
commit 66392ba8fe

View File

@ -615,7 +615,7 @@ namespace etl
//*************************************************************************
/// Construct from year_month_day_last.
//*************************************************************************
ETL_CONSTEXPR14 etl::chrono::year_month_day::year_month_day(const etl::chrono::year_month_day_last& ymdl) ETL_NOEXCEPT
inline ETL_CONSTEXPR14 etl::chrono::year_month_day::year_month_day(const etl::chrono::year_month_day_last& ymdl) ETL_NOEXCEPT
: y(ymdl.year())
, m(ymdl.month())
, d(ymdl.day())