howto.html ('LWG Issues'): Add issues 19, 90, 171, 231, 271.
authorPaolo Carlini <pcarlini@unitus.it>
Sun, 20 Apr 2003 22:18:49 +0000 (00:18 +0200)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sun, 20 Apr 2003 22:18:49 +0000 (22:18 +0000)
2003-04-20  Paolo Carlini  <pcarlini@unitus.it>

* docs/html/ext/howto.html ('LWG Issues'):
Add issues 19, 90, 171, 231, 271.

From-SVN: r65863

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

index 6f46b916fb3026f711363f3f76ac1904c32a22d7..f82d67ce1ca94ea479c15ea374a8092f5025f8b8 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-20  Paolo Carlini  <pcarlini@unitus.it>
+
+       * docs/html/ext/howto.html ('LWG Issues'):
+       Add issues 19, 90, 171, 231, 271.
+
 2003-04-20  Paolo Carlini  <pcarlini@unitus.it>
 
        * include/bits/sstream.tcc (pbackfail): Remove redundant
index 07e5c2776a2baa12a3c264dd7f51bfb1fdfb2f3b..67bf2d316c543091b3f821c294fb8748f8f94e5e 100644 (file)
     <dd>Apparently extracting Boolean values was messed up...
     </dd>
 
+    <dt><a href="lwg-defects.html#19">19</a>:
+        <em>&quot;Noconv&quot; definition too vague</em>
+    </dt>
+    <dd>If <code>codecvt::do_in</code> returns <code>noconv</code> there are
+        no changes to the values in <code>[to, to_limit)</code>.
+    </dd>
+
     <dt><a href="lwg-defects.html#22">22</a>:
         <em>Member open vs flags</em>
     </dt>
         <code>max_size()</code> rather than <code>npos</code>.
     </dd>
 
+    <dt><a href="lwg-defects.html#90">90</a>:
+        <em>Incorrect description of operator&gt;&gt; for strings</em>
+    </dt>
+    <dd>The effect contain <code>isspace(c,getloc())</code> which must be
+        replaced by <code>isspace(c,is.getloc())</code>.
+    </dd>
+
     <dt><a href="lwg-defects.html#109">109</a>:
         <em>Missing binders for non-const sequence elements</em>
     </dt>
         calculating an incorrect number of characters to write.
     </dd>
 
+    <dt><a href="lwg-defects.html#171">171</a>:
+        <em>Strange seekpos() semantics due to joint position</em>
+    </dt>
+    <dd>Quite complex to summarize...
+    </dd>
+
     <dt><a href="lwg-defects.html#181">181</a>:
         <em>make_pair() unintended behavior</em>
     </dt>
         for const instances.
     </dd>
 
+    <dt><a href="lwg-active.html#231">231</a>:
+        <em>Precision in iostream?</em>
+    </dt>
+    <dd>For conversion from a floating-point type, <code>str.precision()</code>
+        is specified in the conversion specification.
+    </dd>
+
     <dt><a href="lwg-defects.html#251">251</a>:
         <em>basic_stringbuf missing allocator_type</em>
     </dt>
         are trivial), since no description of them was ever given.
     </dd>
 
+    <dt><a href="lwg-defects.html#271">271</a>:
+        <em>basic_iostream missing typedefs</em>
+    </dt>
+    <dd>The typedefs it inherits from its base classes can't be used, since
+        (for example) <code>basic_iostream&lt;T&gt;::traits_type</code> is ambiguous.
+    </dd>
+
     <dt><a href="lwg-defects.html#275">275</a>:
         <em>Wrong type in num_get::get() overloads</em>
     </dt>