diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2007-01-30 18:04:59 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2007-01-30 18:04:59 +0000 |
commit | e894edefdb39ee5fc870680de8e7dea9147b3ce1 (patch) | |
tree | cfc9798e2f338434399fa6528ad3e91c9a4aa3a1 /libstdc++-v3/ChangeLog | |
parent | 884d2e6b2826a08b3b547d2d8fadebfe5a157c4f (diff) | |
download | gcc-e894edefdb39ee5fc870680de8e7dea9147b3ce1.zip gcc-e894edefdb39ee5fc870680de8e7dea9147b3ce1.tar.gz gcc-e894edefdb39ee5fc870680de8e7dea9147b3ce1.tar.bz2 |
re PR libstdc++/30571 (Use of C++0x keywords in libstdc++-v3 headers)
2007-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/30571
* include/ext/pb_ds/detail/type_utils.hpp: Use C++0x
static_assert if available, if not, centralize PB_DS_STATIC_ASSERT
definition here.
* include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp: Remove
PB_DS_STATIC_ASSERT definition.
* include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp: Same.
* include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp: Same.
* include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same.
* include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same.
* include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same.
* include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same.
* include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same.
* include/ext/pb_ds/trie_policy.hpp: Same.
* testsuite/util/performance/assoc/timing/
tree_order_statistics_test.hpp: Same.
* testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers.
* testsuite/17_intro/headers_c++_c++0x_compat.cc: New.
* include/precompiled/extc++.h: Update to current list of ext files.
From-SVN: r121349
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 215dfc8..2b6b120 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,29 @@ +2007-01-30 Benjamin Kosnik <bkoz@redhat.com> + + PR libstdc++/30571 + * include/ext/pb_ds/detail/type_utils.hpp: Use C++0x + static_assert if available, if not, centralize PB_DS_STATIC_ASSERT + definition here. + * include/ext/pb_ds/detail/resize_policy/ + cc_hash_max_collision_check_resize_trigger_imp.hpp: Remove + PB_DS_STATIC_ASSERT definition. + * include/ext/pb_ds/detail/resize_policy/ + hash_load_check_resize_trigger_imp.hpp: Same. + * include/ext/pb_ds/detail/resize_policy/ + hash_standard_resize_policy_imp.hpp: Same. + * include/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp: Same. + * include/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp: Same. + * include/ext/pb_ds/detail/pat_trie_/internal_node.hpp: Same. + * include/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp: Same. + * include/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp: Same. + * include/ext/pb_ds/trie_policy.hpp: Same. + * testsuite/util/performance/assoc/timing/ + tree_order_statistics_test.hpp: Same. + * testsuite/ext/pb_ds/example/hash_resize_neg.cc: Adjust line numbers. + * testsuite/17_intro/headers_c++_c++0x_compat.cc: New. + + * include/precompiled/extc++.h: Update to current list of ext files. + 2007-01-29 Paolo Carlini <pcarlini@suse.de> * include/bits/stl_uninitialized.h (uninitialized_copy(const char*, |