This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
gcc/libstdc++-v3 ChangeLog include/std/std_bit ...
- From: pme at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at gcc dot gnu dot org
- Date: 24 May 2002 18:17:11 -0000
- Subject: gcc/libstdc++-v3 ChangeLog include/std/std_bit ...
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_1-branch
Changes by: pme@gcc.gnu.org 2002-05-24 11:17:11
Modified files:
libstdc++-v3 : ChangeLog
libstdc++-v3/include/std: std_bitset.h
libstdc++-v3/testsuite/23_containers: bitset_ctor.cc
Log message:
2002-05-24 Phil Edwards <pme@gcc.gnu.org>
PR libstdc++/6282
* include/std/std_bitset.h (_Base_biteset<0>): New specialization.
(operator>>): If nothing was extracted, don't fail in the
zero-length case.
* testsuite/23_containers/bitset_ctor.cc (test02): New test.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.127&r2=1.1057.2.128
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_bitset.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.4.3&r2=1.3.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/23_containers/bitset_ctor.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.5&r2=1.5.2.1