Closed tomaszkam closed 5 years ago
Discussion:
The zonedtime(TimeZonePtr z)
does not specify how the tp
subelement is initialized. It should be constient with zoned_time(stringview)
that default initialize tp
,
Proposed wording:
Change the specification of zoned_time(TimeZonePtr z)
from [time.zone.zonedtime.ctor] as follows:
explicit zoned_time(TimeZonePtr z);
Requires: z
refers to a time zone.
Effects: Constructs a zonedtime
by initializing zone
with std::move(z)
and default constructing tp_
.
Original comment: