mirror of
https://github.com/ETLCPP/etl.git
synced 2026-05-01 11:29:09 +08:00
Fixed constexpr labels + other small changes to fix syntax check errors.
This commit is contained in:
parent
3f138f68b9
commit
66392ba8fe
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user