forked from HowardHinnant/date
Add link to reference 1
This commit is contained in:
13
d0355r3.html
13
d0355r3.html
@@ -138,12 +138,11 @@ instead of by value.</li>
|
||||
<a name="Introduction"></a><h2>Introduction</h2>
|
||||
|
||||
<p>
|
||||
The purpose of a calendar is to give a name to each day.<sup>1</sup> 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 <code><chrono></code>,
|
||||
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.<sup><a href="#refcc">1</a></sup>
|
||||
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 <code><chrono></code>, the civil
|
||||
calendar, and with time zones, all with a minimal coupling. For example:
|
||||
</p>
|
||||
|
||||
<blockquote><pre>
|
||||
@@ -10304,7 +10303,7 @@ contributors to this library.</a>
|
||||
|
||||
<ol>
|
||||
<li>
|
||||
<p>
|
||||
<a name="refcc"></a><p>
|
||||
N. Dershowitz and E. Reingold, <i>Calendrical Calculations 3rd ed.</i>, Cambridge
|
||||
University Press 2008.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user