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>
|
<a name="Introduction"></a><h2>Introduction</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The purpose of a calendar is to give a name to each day.<sup>1</sup> There are many
|
The purpose of a calendar is to give a name to each day.<sup><a href="#refcc">1</a></sup>
|
||||||
different ways this can be accomplished. This paper proposes only the Gregorian
|
There are many different ways this can be accomplished. This paper proposes only the
|
||||||
calendar. However the design of this proposal is such that clients can
|
Gregorian calendar. However the design of this proposal is such that clients can code
|
||||||
code other calendars and have them interoperate with <code><chrono></code>,
|
other calendars and have them interoperate with <code><chrono></code>, the civil
|
||||||
the civil calendar, and with time zones, all with a minimal
|
calendar, and with time zones, all with a minimal coupling. For example:
|
||||||
coupling. For example:
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<blockquote><pre>
|
<blockquote><pre>
|
||||||
@@ -10304,7 +10303,7 @@ contributors to this library.</a>
|
|||||||
|
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<p>
|
<a name="refcc"></a><p>
|
||||||
N. Dershowitz and E. Reingold, <i>Calendrical Calculations 3rd ed.</i>, Cambridge
|
N. Dershowitz and E. Reingold, <i>Calendrical Calculations 3rd ed.</i>, Cambridge
|
||||||
University Press 2008.
|
University Press 2008.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user