mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-02 12:14:27 +02:00
Supply missing 'inline'
This commit is contained in:
@@ -327,6 +327,7 @@ time_zone::get_next_end(date::year y) const
|
|||||||
return date::sys_seconds{(end_rule_(++y) - (offset_ + save_)).time_since_epoch()};
|
return date::sys_seconds{(end_rule_(++y) - (offset_ + save_)).time_since_epoch()};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline
|
||||||
date::sys_info
|
date::sys_info
|
||||||
time_zone::contant_offset() const
|
time_zone::contant_offset() const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user