bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is alread...
authorGeoff Berry <geoffb@bops.com>
Tue, 22 Aug 2000 19:24:01 +0000 (19:24 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 22 Aug 2000 19:24:01 +0000 (13:24 -0600)
commit180ca3a1bbfbadb7e3a819f8c1a9bad962dbaa3c
treed4f85f76cc4c7ec4d34475cacb2057023e9860bf
parent72972a41a7b24da93d2f7277441f6c16f8b7b5c7
bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro on _Nw since _Nw is already the number of words...

* stl/bitset (bitset::_M_is_any): Don't use __BITSET_WORDS macro
on _Nw since _Nw is already the number of words in the bitset.

From-SVN: r35885
libstdc++/stl/ChangeLog
libstdc++/stl/bitset