diff options
author | Paolo Carlini <pcarlini@suse.de> | 2005-04-28 07:50:48 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2005-04-28 07:50:48 +0000 |
commit | a9dd5a466ae70d8547ae01c8afa046a5fc58d501 (patch) | |
tree | 9cc23599a901c4f0d4c569c113f3dcbf84a3e171 /libstdc++-v3/ChangeLog | |
parent | fe9565ed02f91878b6b01eebbdb9c73e3b8ee0ee (diff) | |
download | gcc-a9dd5a466ae70d8547ae01c8afa046a5fc58d501.zip gcc-a9dd5a466ae70d8547ae01c8afa046a5fc58d501.tar.gz gcc-a9dd5a466ae70d8547ae01c8afa046a5fc58d501.tar.bz2 |
PR libstdc++/21244 (cont)
2005-04-28 Paolo Carlini <pcarlini@suse.de>
Gabriel Dos Reis <gdr@integrable-solutions.net>
PR libstdc++/21244 (cont)
* include/bits/cpp_type_traits.h (struct __traitor): Convert
to bool the values.
* include/bits/stl_algo.h: Convert _S_threshold to int.
* include/bits/stl_bvector.h: Revert previous change, convert
_S_word_bit to int.
* include/debug/formatter.h: Convert __max_parameters to
size_t.
* include/ext/mt_allocator.h: Likewise for _S_chunk_size.
* include/ext/pool_allocator.h: Likewise for _S_max_bytes and
_S_align.
* include/ext/rope: Likewise for _S_alloc_granularity; convert
_S_max_rope_depth to int.
* include/ext/ropeimpl.h: Convert _S_path_cache_len to int;
_S_max_rope_depth to int; _S_copy_max to size_t.
Co-Authored-By: Gabriel Dos Reis <gdr@integrable-solutions.net>
From-SVN: r98915
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 19c3bc8..a2c94e0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,22 @@ +2005-04-28 Paolo Carlini <pcarlini@suse.de> + Gabriel Dos Reis <gdr@integrable-solutions.net> + + PR libstdc++/21244 (cont) + * include/bits/cpp_type_traits.h (struct __traitor): Convert + to bool the values. + * include/bits/stl_algo.h: Convert _S_threshold to int. + * include/bits/stl_bvector.h: Revert previous change, convert + _S_word_bit to int. + * include/debug/formatter.h: Convert __max_parameters to + size_t. + * include/ext/mt_allocator.h: Likewise for _S_chunk_size. + * include/ext/pool_allocator.h: Likewise for _S_max_bytes and + _S_align. + * include/ext/rope: Likewise for _S_alloc_granularity; convert + _S_max_rope_depth to int. + * include/ext/ropeimpl.h: Convert _S_path_cache_len to int; + _S_max_rope_depth to int; _S_copy_max to size_t. + 2005-04-27 Benjamin Kosnik <bkoz@redhat.com> * docs/doxygen/user.cfg.in: Update to doxygen-1.4.2. |