diff options
author | Paolo Carlini <pcarlini@unitus.it> | 2003-06-09 13:54:53 +0200 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2003-06-09 11:54:53 +0000 |
commit | c7d251ba2d8928f536f88cc2ac075d64bee8c69d (patch) | |
tree | 81fd945de1ff8238cd9b6a79a96e172698b47434 | |
parent | 659bdc68531a7885c4617b9431675ba38df12855 (diff) | |
download | gcc-c7d251ba2d8928f536f88cc2ac075d64bee8c69d.zip gcc-c7d251ba2d8928f536f88cc2ac075d64bee8c69d.tar.gz gcc-c7d251ba2d8928f536f88cc2ac075d64bee8c69d.tar.bz2 |
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
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/docs/html/ext/howto.html | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 09ff261..c05f20f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 0f5dd11..1fa80ad 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -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> |