]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/12653 (Resolution of DR 303 (WP) still unimplemented)
authorPaolo Carlini <pcarlini@suse.de>
Thu, 4 Dec 2003 09:45:29 +0000 (09:45 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 4 Dec 2003 09:45:29 +0000 (09:45 +0000)
commit7f1156ed35e4f5a14cea93e42137302eb1d1f07a
tree250dede730eb4985abd87e33372b147b0426c7ff
parent8a89dbd24275d78205f408da9acdee092850dc5a
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
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/std/std_bitset.h
libstdc++-v3/testsuite/23_containers/bitset/input/1.cc [new file with mode: 0644]
This page took 0.058167 seconds and 5 git commands to generate.