Add link to reference 1

This commit is contained in:
Howard Hinnant
2017-06-16 23:55:56 -04:00
parent 5bc5a7f0bb
commit 8c34cf1e8f

View File

@@ -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>&lt;chrono&gt;</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>&lt;chrono&gt;</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>