]> gcc.gnu.org Git - gcc.git/commit
Makefile.am (sources): Add bitset.cc
authorGabriel Dos Reis <gdr@codesourcery.com>
Wed, 29 Nov 2000 01:09:09 +0000 (01:09 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 29 Nov 2000 01:09:09 +0000 (01:09 +0000)
commitabfadcb132909fa5bf7e7c3f385c20218d8017fc
tree7e51990bab3a9564fd5828fd1d1a9b11f9aefac4
parent54fef245c04e79351cf5aad5608a4bc2a5d5bf25
Makefile.am (sources): Add bitset.cc

* src/Makefile.am (sources): Add bitset.cc
* src/Makefile.in: Regenrate.

* include/bits/std_bitset.h (_GLIBCPP_BITSET_BITS_PER_WORD): New
macro. Replace __BITS_PER_WORDS throughout.
(__BITS_PER_WORDS): Remove.
(bitset<>::_M_do_find_first, bitset<>::_M_do_find_next): Move
definitions to src/bitset.cc.

* src/bitset.cc (bitset<>::_M_do_find_first,
bitset<>::_M_do_find_next):  Define here.
(_Bit_count<>::_S_bit_count, _Find_one<>::_S_first_one): Define
here. Explicitly instantiate definitions.

From-SVN: r37837
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/std_bitset.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/bitset.cc
This page took 0.061957 seconds and 5 git commands to generate.