diff --git a/date.h b/date.h index beac1ff..105531e 100644 --- a/date.h +++ b/date.h @@ -81,7 +81,10 @@ using day_point = std::chrono::time_point; // types -struct last_spec {}; +struct last_spec +{ + explicit last_spec() = default; +}; class day; class month;