Fix type-o again

This commit is contained in:
Howard Hinnant 2019-02-20 15:27:44 -10:00
parent d6c5d02068
commit f782ae98f0

View File

@ -1929,7 +1929,7 @@ struct get_leap_second_info_t
};
template <class Duration>
get_leap_second_info__t
get_leap_second_info_t
get_leap_second_info(date::utc_time<Duration> const& ut)
{
auto p = is_leap_second(ut);