From 7f1156ed35e4f5a14cea93e42137302eb1d1f07a Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Thu, 4 Dec 2003 09:45:29 +0000 Subject: re PR libstdc++/12653 (Resolution of DR 303 (WP) still unimplemented) 2003-12-04 Paolo Carlini PR libstdc++/12653 * include/std/std_bitset.h (operator>>): Implement resolution of DR 303 [WP]: use widen('0') and widen('1'). * docs/html/ext/howto.html: Add an entry for DR 303. * include/std/std_bitset.h (operator>>): Implement the common requirements of formatted input functions (27.6.1.2.1). * include/std/std_bitset.h (operator>>): Set the failbit when nothing was extracted and _Nb != 0. * testsuite/23_containers/bitset/input/1.cc: New. From-SVN: r74276 --- 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 c5e3e20..2ce76ee 100644 --- a/libstdc++-v3/docs/html/ext/howto.html +++ b/libstdc++-v3/docs/html/ext/howto.html @@ -682,6 +682,13 @@
If (this == &x) do nothing.
+
303: + Bitset input operator underspecified +
+
Basically, compare the input character to is.widen(0) + and is.widen(1). +
+
305: Default behavior of codecvt<wchar_t, char, mbstate_t>::length()
-- cgit v1.1