From 8591ae062cd137a6eb2fd6ca48a74344d3f745d8 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 27 Jun 2017 13:40:38 -0400 Subject: [PATCH] Tighten up year spec: * Define exactly how leap years are computed to avoid ambiguity. * Define precise values for year::min and year::max which correspond to the C minimal limits for short. * Rewrite year::ok() in terms of min and max. --- d0355r4.html | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/d0355r4.html b/d0355r4.html index 72ff414..6c46af5 100644 --- a/d0355r4.html +++ b/d0355r4.html @@ -37,7 +37,7 @@ Document number: D0355R4

Howard E. Hinnant
-2017-06-19
+2017-06-27

Extending <chrono> to Calendars and Time Zones

@@ -59,6 +59,8 @@ Document number: D0355R4

Changes since R3