[chatter] r11785 - trunk/www/books/drm

cpage at mccarthy.opendylan.org cpage at mccarthy.opendylan.org
Mon Apr 28 00:20:42 CEST 2008


Author: cpage
Date: Mon Apr 28 00:20:41 2008
New Revision: 11785

Modified:
   trunk/www/books/drm/Errata.html
   trunk/www/books/drm/Limited_Collection_Types.html
Log:
Job: website

Added an erratum about <deque> being missing from the list of instantiable
limited collection types on page 129.



Modified: trunk/www/books/drm/Errata.html
==============================================================================
--- trunk/www/books/drm/Errata.html	(original)
+++ trunk/www/books/drm/Errata.html	Mon Apr 28 00:20:41 2008
@@ -96,6 +96,14 @@
 	</blockquote>
       </li>
       
+      <li id="p129-1"><a href="Limited_Collection_Types#errata-p129-1">p. 129</a>, <q>Instantiable
+	  Limited Collection Types</q>. <code>&lt;deque&gt;</code> is missing from the list of
+	  instantiable limited collection types. There is a method specialized
+	  on <code>&lt;deque&gt;</code> in the list of methods
+	  for <a href="Constructing_and_Initializing_Instances#limited"><code>limited</code></a>,
+	  below <tt>&lt;stretchy-vector&gt;</tt> on page 265, the discussion of which indicates
+	  that it is instantiable.</li>
+
       <li id="p136-1"><a href="Define_Sealed_Domain#errata-p136-1">p. 136</a>, the illustration of
 	the third constraint implied by <tt>define sealed domain</tt> should include open
 	declarations for the initial classes and the generic function, as follows

Modified: trunk/www/books/drm/Limited_Collection_Types.html
==============================================================================
--- trunk/www/books/drm/Limited_Collection_Types.html	(original)
+++ trunk/www/books/drm/Limited_Collection_Types.html	Mon Apr 28 00:20:41 2008
@@ -317,6 +317,7 @@
 	<li><code>&lt;vector&gt;</code></li>
 	<li><code>&lt;simple-vector&gt;</code></li>
 	<li><code>&lt;stretchy-vector&gt;</code></li>
+	<li><code>&lt;deque&gt;</code></li>
 	<li><code>&lt;string&gt;</code></li>
 	<li><code>&lt;range&gt;</code></li>
       </ul>
@@ -324,6 +325,13 @@
 	<a href="Built-In_Functions">Chapter 12, <q>The Built-In Functions,</q></a>
 	on <a href="Constructing_and_Initializing_Instances#XREF-1559">page 263</a>.
 	<a name="IX-1072"></a><a name="IX-1073"></a><a name="IX-1074"></a></p>
+      <p class="errata-note" id="errata-p129-1">
+	<a class="note-tag" href="Errata#p129-1"><strong>Errata:</strong></a> In the published book,
+	<code>&lt;deque&gt;</code> is missing from the list of instantiable limited collection
+	types. There is a method specialized on <code>&lt;deque&gt;</code> in the list of methods
+	for <a href="Constructing_and_Initializing_Instances#limited"><code>limited</code></a>, the
+	discussion of which indicates that it is instantiable.
+      </p>
       <a name="LINK-Collections-lastpage"></a><a name="LINK-SealingTOC-firstpage"></a>
       <a name="UID-SealingTOC-411"></a>
       <a name="LINK-SealingTOC-lastpage"></a>


More information about the chatter mailing list