mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-02 20:24:27 +02:00
Fix type-o again
This commit is contained in:
@@ -1929,7 +1929,7 @@ struct get_leap_second_info_t
|
|||||||
};
|
};
|
||||||
|
|
||||||
template <class Duration>
|
template <class Duration>
|
||||||
get_leap_second_info__t
|
get_leap_second_info_t
|
||||||
get_leap_second_info(date::utc_time<Duration> const& ut)
|
get_leap_second_info(date::utc_time<Duration> const& ut)
|
||||||
{
|
{
|
||||||
auto p = is_leap_second(ut);
|
auto p = is_leap_second(ut);
|
||||||
|
Reference in New Issue
Block a user