mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-01 03:34:26 +02:00
Fix type-o again
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user