This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r135738 - in /trunk/libstdc++-v3: ChangeLog doc...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Wed, 21 May 2008 20:46:16 -0000
- Subject: r135738 - in /trunk/libstdc++-v3: ChangeLog doc...
Author: paolo
Date: Wed May 21 20:46:16 2008
New Revision: 135738
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=135738
Log:
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.
Added:
trunk/libstdc++-v3/testsuite/23_containers/bitset/cons/2.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/doc/xml/manual/intro.xml
trunk/libstdc++-v3/include/std/bitset