diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 09ff261ba5c..c05f20ff3b5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2003-06-09 Paolo Carlini + + * docs/html/ext/howto.html ('LWG Issues'): Add issue 235. + 2003-06-06 Nathan Myers * include/bits/stl_iterator.h diff --git a/libstdc++-v3/docs/html/ext/howto.html b/libstdc++-v3/docs/html/ext/howto.html index 0f5dd1110c3..1fa80ad8f80 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. +
235: + No specification of default ctor for reverse_iterator +
+
The declaration of reverse_iterator lists a default constructor. + However, no specification is given what this constructor should do. +
+
251: basic_stringbuf missing allocator_type