Fix type-o in get_leap_second_info_t

This commit is contained in:
Howard Hinnant
2019-02-20 15:25:50 -10:00
parent 16077472af
commit d6c5d02068

View File

@@ -1922,7 +1922,7 @@ is_leap_second(date::utc_time<Duration> const& ut)
return {ls, ds}; return {ls, ds};
} }
struct get_leap_second_info__t struct get_leap_second_info_t
{ {
bool is_leap_second; bool is_leap_second;
std::chrono::seconds elapsed; std::chrono::seconds elapsed;