2004-11-18 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 2004 09:52:57 +0000 (09:52 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 18 Nov 2004 09:52:57 +0000 (09:52 +0000)
commitac7f029a464b1e3557bf2c4f8ae1c97dc93bbd3c
tree8cac65a439ff7872f3f8a7273405ac98c604c6f8
parent4e867f903aef0e97125606c0a6f5b0575ef5a45f
2004-11-18  Paolo Carlini  <pcarlini@suse.de>

DR 434. bitset::to_string() hard to use [Ready]
* include/std/std_bitset.h (to_string): Add three overloads, taking
fewer template arguments.
* docs/html/ext/howto.html: Add an entry for DR 434.
* testsuite/23_containers/bitset/to_string/1.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90854 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/howto.html
libstdc++-v3/include/std/std_bitset.h
libstdc++-v3/testsuite/23_containers/bitset/to_string/1.cc [new file with mode: 0644]