aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorPaolo Carlini <pcarlini@suse.de>2003-12-04 09:45:29 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2003-12-04 09:45:29 +0000
commit7f1156ed35e4f5a14cea93e42137302eb1d1f07a (patch)
tree250dede730eb4985abd87e33372b147b0426c7ff /libstdc++-v3/docs
parent8a89dbd24275d78205f408da9acdee092850dc5a (diff)
downloadgcc-7f1156ed35e4f5a14cea93e42137302eb1d1f07a.zip
gcc-7f1156ed35e4f5a14cea93e42137302eb1d1f07a.tar.gz
gcc-7f1156ed35e4f5a14cea93e42137302eb1d1f07a.tar.bz2
re PR libstdc++/12653 (Resolution of DR 303 (WP) still unimplemented)
2003-12-04 Paolo Carlini <pcarlini@suse.de> 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
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/ext/howto.html7
1 files changed, 7 insertions, 0 deletions
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 @@
<dd>If <code>(this == &amp;x)</code> do nothing.
</dd>
+ <dt><a href="lwg-defects.html#303">303</a>:
+ <em>Bitset input operator underspecified</em>
+ </dt>
+ <dd>Basically, compare the input character to <code>is.widen(0)</code>
+ and <code>is.widen(1)</code>.
+ </dd>
+
<dt><a href="lwg-defects.html#305">305</a>:
<em>Default behavior of codecvt&lt;wchar_t, char, mbstate_t&gt;::length()</em>
</dt>