2001-06-04 Brendan Kehoe <brendan@zen.org>
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2001 17:42:22 +0000 (17:42 +0000)
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Jun 2001 17:42:22 +0000 (17:42 +0000)
commit69f496a424c7896c8483d961859565767e7fa889
treedb4ccdd4a4221f93cb10cd17f9342ad7a9dccd92
parent3224e29a40a9229d91d571e4e60e30c8cfdccf34
2001-06-04  Brendan Kehoe  <brendan@zen.org>
            Phil Edwards  <pme@sources.redhat.com>

* include/bits/std_bitset.h (bitset::test):  Fix __pos >= _Nb
comparison; all positions must be < _Nb.
* testsuite/23_containers/bitset_members.cc:  New file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42859 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_bitset.h
libstdc++-v3/testsuite/23_containers/bitset_members.cc [new file with mode: 0644]