|
9620 | 9620 | explicit zoned_time(string_view name);
|
9621 | 9621 |
|
9622 | 9622 | template<class Duration2>
|
9623 |
| - zoned_time(const zoned_time<Duration2, TimeZonePtr>& zt); |
| 9623 | + zoned_time(const zoned_time<Duration2, TimeZonePtr>& y); |
9624 | 9624 |
|
9625 | 9625 | zoned_time(TimeZonePtr z, const sys_time<Duration>& st);
|
9626 | 9626 | zoned_time(string_view name, const sys_time<Duration>& st);
|
|
9631 | 9631 | zoned_time(string_view name, const local_time<Duration>& tp, choose c);
|
9632 | 9632 |
|
9633 | 9633 | template<class Duration2, class TimeZonePtr2>
|
9634 |
| - zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& zt); |
| 9634 | + zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& y); |
9635 | 9635 | template<class Duration2, class TimeZonePtr2>
|
9636 |
| - zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& zt, choose); |
| 9636 | + zoned_time(TimeZonePtr z, const zoned_time<Duration2, TimeZonePtr2>& y, choose); |
9637 | 9637 |
|
9638 | 9638 | template<class Duration2, class TimeZonePtr2>
|
9639 |
| - zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& zt); |
| 9639 | + zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& y); |
9640 | 9640 | template<class Duration2, class TimeZonePtr2>
|
9641 |
| - zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& zt, choose); |
| 9641 | + zoned_time(string_view name, const zoned_time<Duration2, TimeZonePtr2>& y, choose c); |
9642 | 9642 |
|
9643 | 9643 | zoned_time& operator=(const sys_time<Duration>& st);
|
9644 |
| - zoned_time& operator=(const local_time<Duration>& ut); |
| 9644 | + zoned_time& operator=(const local_time<Duration>& lt); |
9645 | 9645 |
|
9646 | 9646 | operator sys_time<duration>() const;
|
9647 | 9647 | explicit operator local_time<duration>() const;
|
|
0 commit comments