Skip to content

Commit fd20d4e

Browse files
jwakelytkoeppe
authored andcommitted
[time.zone.zonedtime.overview] Rename parameters to match later definitions
1 parent 5d43f01 commit fd20d4e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/time.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9620,7 +9620,7 @@
96209620
explicit zoned_time(string_view name);
96219621

96229622
template<class Duration2>
9623-
zoned_time(const zoned_time<Duration2, TimeZonePtr>& zt);
9623+
zoned_time(const zoned_time<Duration2, TimeZonePtr>& y);
96249624

96259625
zoned_time(TimeZonePtr z, const sys_time<Duration>& st);
96269626
zoned_time(string_view name, const sys_time<Duration>& st);
@@ -9631,17 +9631,17 @@
96319631
zoned_time(string_view name, const local_time<Duration>& tp, choose c);
96329632

96339633
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);
96359635
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);
96379637

96389638
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);
96409640
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);
96429642

96439643
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);
96459645

96469646
operator sys_time<duration>() const;
96479647
explicit operator local_time<duration>() const;

0 commit comments

Comments
 (0)