OSDN Git Service

2003-06-09 Paolo Carlini <pcarlini@unitus.it>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 11:54:53 +0000 (11:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jun 2003 11:54:53 +0000 (11:54 +0000)
* docs/html/ext/howto.html ('LWG Issues'):  Add issue 235.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67659 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 09ff261..c05f20f 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-09  Paolo Carlini  <pcarlini@unitus.it>
+
+       * docs/html/ext/howto.html ('LWG Issues'):  Add issue 235.
+
 2003-06-06  Nathan Myers  <ncm-nospam@cantrip.org>
 
        * include/bits/stl_iterator.h
index 0f5dd11..1fa80ad 100644 (file)
         is specified in the conversion specification.
     </dd>
 
+    <dt><a href="lwg-defects.html#235">235</a>:
+        <em>No specification of default ctor for reverse_iterator</em>
+    </dt>
+    <dd>The declaration of <code>reverse_iterator</code> lists a default constructor.
+        However, no specification is given what this constructor should do.
+    </dd>
+
     <dt><a href="lwg-defects.html#251">251</a>:
         <em>basic_stringbuf missing allocator_type</em>
     </dt>