mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-13 17:34:45 +08:00
Fix type-o again
This commit is contained in:
parent
d6c5d02068
commit
f782ae98f0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user