howto.html ('LWG Issues'): Add issue 235.

2003-06-09  Paolo Carlini  <pcarlini@unitus.it>

	* docs/html/ext/howto.html ('LWG Issues'):  Add issue 235.

From-SVN: r67659
This commit is contained in:
Paolo Carlini 2003-06-09 13:54:53 +02:00 committed by Paolo Carlini
parent 659bdc6853
commit c7d251ba2d
2 changed files with 11 additions and 0 deletions

View 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

View File

@ -594,6 +594,13 @@
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>