From 8c34cf1e8fb8016dae1ec2ba81a064ba2ab60015 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Jun 2017 23:55:56 -0400 Subject: [PATCH] Add link to reference 1 --- d0355r3.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/d0355r3.html b/d0355r3.html index 75ae8ab..1a836a8 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -138,12 +138,11 @@ instead of by value.

Introduction

-The purpose of a calendar is to give a name to each day.1 There are many -different ways this can be accomplished. This paper proposes only the Gregorian -calendar. However the design of this proposal is such that clients can -code other calendars and have them interoperate with <chrono>, -the civil calendar, and with time zones, all with a minimal -coupling. For example: +The purpose of a calendar is to give a name to each day.1 +There are many different ways this can be accomplished. This paper proposes only the +Gregorian calendar. However the design of this proposal is such that clients can code +other calendars and have them interoperate with <chrono>, the civil +calendar, and with time zones, all with a minimal coupling. For example:

@@ -10304,7 +10303,7 @@ contributors to this library.
 
 
  1. -

    +

    N. Dershowitz and E. Reingold, Calendrical Calculations 3rd ed., Cambridge University Press 2008.