From: Paolo Carlini Date: Mon, 9 Jun 2003 11:54:53 +0000 (+0200) Subject: howto.html ('LWG Issues'): Add issue 235. X-Git-Tag: releases/gcc-3.4.0~6024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7d251ba2d8928f536f88cc2ac075d64bee8c69d;p=thirdparty%2Fgcc.git howto.html ('LWG Issues'): Add issue 235. 2003-06-09 Paolo Carlini * docs/html/ext/howto.html ('LWG Issues'): Add issue 235. From-SVN: r67659 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 09ff261ba5cf..c05f20ff3b5d 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 0f5dd1110c30..1fa80ad8f801 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