From c7d251ba2d8928f536f88cc2ac075d64bee8c69d Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Mon, 9 Jun 2003 13:54:53 +0200 Subject: 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/docs/html/ext/howto.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libstdc++-v3/docs/html') 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. +
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
-- cgit v1.1