OSDN Git Service

2008-05-21 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 May 2008 20:46:16 +0000 (20:46 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 May 2008 20:46:16 +0000 (20:46 +0000)
commit57d460a6da5a86f6b48e232431425fb75e0d9e3d
treec21d52c1e10247d1a00aba9075ef88c1f2056996
parentbd9e203d50ebebf6487af79229496110e055dee6
2008-05-21  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/bitset (bitset<>::bitset(const char*)): Add per DR 778.
(bitset<>::_M_copy_from_ptr): Add.
(bitset<>::_M_copy_from_string): Forward to the latter.
* doc/xml/manual/intro.xml: Add an entry for DR 778.
* testsuite/23_containers/bitset/cons/2.cc: Add.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135738 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/intro.xml
libstdc++-v3/include/std/bitset
libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc [new file with mode: 0644]