Skip to content

Commit

Permalink
Sync get_info_impl() signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan authored and HowardHinnant committed Feb 17, 2022
1 parent 9d9161c commit 9ea5654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/date/tz.h
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ class time_zone
load_data(std::istream& inf, std::int32_t tzh_leapcnt, std::int32_t tzh_timecnt,
std::int32_t tzh_typecnt, std::int32_t tzh_charcnt);
#else // !USE_OS_TZDB
DATE_API sys_info get_info_impl(sys_seconds tp, int timezone) const;
DATE_API sys_info get_info_impl(sys_seconds tp, int tz_int) const;
DATE_API void adjust_infos(const std::vector<detail::Rule>& rules);
DATE_API void parse_info(std::istream& in);
#endif // !USE_OS_TZDB
Expand Down

0 comments on commit 9ea5654

Please sign in to comment.