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> <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>&lt;chrono&gt;</code>, other calendars and have them interoperate with <code>&lt;chrono&gt;</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>