From 1a311979dd85c3a98a58f02b700dd7e1b6465945 Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Sat, 22 Nov 2003 09:54:25 +0000 Subject: re PR libstdc++/12593 (Resolution of DR 91 (WP) still unimplemented) 2003-11-22 Paolo Carlini PR libstdc++/12593 * include/bits/istream.tcc (operator>>(basic_string<>&), getline(basic_string<>&)): Implement resolution of DR 91 [WP]; fix some minor issues with the exit conditions. * docs/html/ext/howto.html: Add an entry for DR 91. From-SVN: r73835 --- libstdc++-v3/docs/html/ext/howto.html | 9 +++++++++ 1 file changed, 9 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 336abd7..82930a8 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -526,6 +526,15 @@ replaced by isspace(c,is.getloc()). +
91: + Description of operator>> and getline() for string<> + might cause endless loop +
+
They behave as a formatted input function and as an unformatted + input function, respectively (except that getline is + not required to set gcount). +
+
109: Missing binders for non-const sequence elements
-- cgit v1.1