This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r142152 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: paolo
Date: Mon Nov 24 11:13:44 2008
New Revision: 142152

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142152
Log:
2008-11-24  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/38244
	* include/std/bitset (bitset<>::bitset(const char*, char, char)):
	Remove, do not implement DR 778.
	* doc/xml/manual/intro.xml: Remove entry for DR 778.
	* testsuite/23_containers/bitset/cons/2.cc: Remove.
	* testsuite/23_containers/bitset/cons/dr396.cc: Tweak.
	* testsuite/23_containers/bitset/cons/38244.cc: Add.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/bitset/cons/38244.cc
Removed:
    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
    trunk/libstdc++-v3/testsuite/23_containers/bitset/cons/dr396.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]