From 0f7fd4a04e04ed651560d3da7751c3733456afdc Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 7 Jul 2017 10:10:05 -0400 Subject: [PATCH] Remove errant -> from zoned_time(const time_zone* z) spec --- d0355r4.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/d0355r4.html b/d0355r4.html index 4393aba..9058325 100644 --- a/d0355r4.html +++ b/d0355r4.html @@ -37,7 +37,7 @@ Document number: D0355R4

Howard E. Hinnant
-2017-07-06
+2017-07-07

Extending <chrono> to Calendars and Time Zones

@@ -9782,7 +9782,7 @@ explicit zoned_time<Duration>::zoned_time(const time_zone* z);

Effects: Constructs a zoned_time zt such that -zt.get_time_zone()-> == z, and +zt.get_time_zone() == z, and zt.get_sys_time() == sys_seconds{}.