mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 12:44:27 +02:00
Fix type-o in get_leap_second_info_t
This commit is contained in:
@@ -1922,7 +1922,7 @@ is_leap_second(date::utc_time<Duration> const& ut)
|
||||
return {ls, ds};
|
||||
}
|
||||
|
||||
struct get_leap_second_info__t
|
||||
struct get_leap_second_info_t
|
||||
{
|
||||
bool is_leap_second;
|
||||
std::chrono::seconds elapsed;
|
||||
|
Reference in New Issue
Block a user