2002-03-06 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2002 06:53:23 +0000 (06:53 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Mar 2002 06:53:23 +0000 (06:53 +0000)
commitb165b1478fbd309bca2bd33bec00b1629678285d
tree428cd7a7ea52f5643e42c3727dd8fc84af7f1761
parent04b78509885f525caeac8abccd8fffb93f4862ed
2002-03-06  Benjamin Kosnik  <bkoz@redhat.com>
    Stephen M. Webb  <stephen.webb@bregmasoft.com>

* include/bits/stl_tree.h (_S_rb_tree_red): Make enum.
(_S_rb_tree_black): Make enum.
Clean. Format.
* include/bits/stl_bvector.h (__WORD_BIT): To _M_word_bit, enum.
* include/bits/stl_algo.h (__stl_chunk_size): _M_chunk_size, enum.
(__stl_threshold): _M_threshold, enum.
* src/stl-inst.cc: Same.
* config/linker-map.gnu: Remove.

* testsuite/23_containers/vector_bool.cc: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50393 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/include/bits/stl_bvector.h
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/src/stl-inst.cc
libstdc++-v3/testsuite/23_containers/vector_bool.cc [new file with mode: 0644]