howto.html: Add entries for DR 63, 75 and 305; tweak entries for DR 60 and 328.
authorPaolo Carlini <pcarlini@suse.de>
Fri, 14 Nov 2003 09:30:22 +0000 (09:30 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 14 Nov 2003 09:30:22 +0000 (09:30 +0000)
2003-11-14  Paolo Carlini  <pcarlini@suse.de>

* docs/html/ext/howto.html: Add entries for DR 63, 75
and 305; tweak entries for DR 60 and 328.

From-SVN: r73591

libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html

index 8ebb98a572142e3fec3ae4b5b5b3ace3c9db3eba..54c1bed780197fd853533872ac643ce7929d740e 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-14  Paolo Carlini  <pcarlini@suse.de>
+
+       * docs/html/ext/howto.html: Add entries for DR 63, 75
+       and 305; tweak entries for DR 60 and 328.
+
 2003-11-13  Douglas Gregor  <gregod@cs.rpi.edu>
 
        * docs/html/debug.html: Users are allowed to specialize in
index 7fd3c4987055f7b9652cfee64b9290387e573208..cbcef4ecb2f5e8382aae1334faebf4e5f0ef1fcc 100644 (file)
     <dt><a href="lwg-defects.html#60">60</a>:
         <em>What is a formatted input function?</em>
     </dt>
-    <dd>This DR made many widespread changes to <code>basic_istream</code>,
-        not all of which have been implemented.
+    <dd>This DR made many widespread changes to <code>basic_istream</code>
+        and <code>basic_ostream</code> all of which have been implemented.
+    </dd>
+
+    <dt><a href="lwg-defects.html#63">63</a>:
+        <em>Exception-handling policy for unformatted output</em>
+    </dt>
+    <dd>Make the policy consistent with that of formatted input, unformatted
+        input, and formatted output.
     </dd>
 
     <dt><a href="lwg-defects.html#68">68</a>:
     <dd>The text of the standard was gibberish.  Typos gone rampant.
     </dd>
 
+    <dt><a href="lwg-defects.html#75">75</a>:
+        <em>Contradiction in codecvt::length's argument types</em>
+    </dt>
+    <dd>Change the first parameter to <code>stateT&amp;</code> and implement
+        the new effects paragraph.
+    </dd>
+
     <dt><a href="lwg-defects.html#83">83</a>:
         <em>string::npos vs. string::max_size()</em>
     </dt>
     <dd>If <code>(this == &amp;x)</code> do nothing.
     </dd>
 
+    <dt><a href="lwg-defects.html#305">305</a>:
+        <em>Default behavior of codecvt&lt;wchar_t, char, mbstate_t&gt;::length()</em>
+    </dt>
+    <dd>Do not specify what <code>codecvt&lt;wchar_t, char, mbstate_t&gt;::do_length</code>
+        must return.
+    </dd>
+
     <dt><a href="lwg-defects.html#328">328</a>:
-        <em>Bad sprintf format modifier in money_put<>::do_put()</em>
+        <em>Bad sprintf format modifier in money_put&lt;&gt;::do_put()</em>
     </dt>
     <dd>Change the format string to &quot;%.0Lf&quot;.
     </dd>