From c7d251ba2d8928f536f88cc2ac075d64bee8c69d Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 9 Jun 2003 13:54:53 +0200 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/docs/html/ext/howto.html | 7 +++++++ 2 files changed, 11 insertions(+) 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
-- 2.30.2