From 739dd1ee515f30d56c91079124a94ab8e8b37617 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 3 Nov 2017 13:18:51 -0400 Subject: [PATCH] Replace undefined behavior with unspecified behavior In the following places: * In [time.calendar] * In date.html --- d0355r5.html | 114 ++++++++++----------------------- date.html | 173 +++++++++++++++++++-------------------------------- 2 files changed, 98 insertions(+), 189 deletions(-) diff --git a/d0355r5.html b/d0355r5.html index 2628873..ac08565 100644 --- a/d0355r5.html +++ b/d0355r5.html @@ -37,7 +37,7 @@ Document number: D0355R5

Howard E. Hinnant
-2017-10-28
+2017-11-03

Extending <chrono> to Calendars and Time Zones

@@ -59,6 +59,7 @@ Document number: D0355R5

Changes since R4