gcc/libstdc++-v3/include
Gabriel Dos Reis abfadcb132 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
2000-11-29 01:09:09 +00:00
..
backward Make deprecated strstream header consistent with new and new.h. 2000-11-23 06:46:31 +00:00
bits Makefile.am (sources): Add bitset.cc 2000-11-29 01:09:09 +00:00
c/bits acinclude.m4: Change C9X references to refer to C99. 2000-11-25 19:36:53 +00:00
c_std wrap_langinfo.h: New file. 2000-11-13 20:58:46 +00:00
ext
std strstream.cc: Adjust includes. 2000-11-22 00:05:16 +00:00