diff --git a/date.h b/date.h index 2131246..8c710e3 100644 --- a/date.h +++ b/date.h @@ -5128,7 +5128,7 @@ to_stream(std::basic_ostream& os, const CharT* fmt, { using Duration = std::chrono::duration; using CT = typename std::common_type::type; - fields fds{time_of_day{d}}; + fields fds{time_of_day{d}}; to_stream(os, fmt, fds); }