forked from HowardHinnant/date
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};
|
return {ls, ds};
|
||||||
}
|
}
|
||||||
|
|
||||||
struct get_leap_second_info__t
|
struct get_leap_second_info_t
|
||||||
{
|
{
|
||||||
bool is_leap_second;
|
bool is_leap_second;
|
||||||
std::chrono::seconds elapsed;
|
std::chrono::seconds elapsed;
|
||||||
|
Reference in New Issue
Block a user