2006-11-07 Benjamin Kosnik <bkoz@redhat.com>
* include/ext/pb_ds/exception.hpp (pb_ds): Modify for -fno-exceptions. (__throw_container_error): New. Conditionalize based on __EXCEPTIONS. (__throw_insert_error): New. (__throw_join_error): New. (__throw_resize_error): New. * include/ext/pb_ds/detail/resize_policy/ hash_prime_size_policy_imp.hpp: Use them. * include/ext/pb_ds/detail/resize_policy/ hash_exponential_size_policy_imp.hpp: Same. * 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_/resize_fn_imps.hpp * include/ext/pb_ds/detail/cc_hash_table_map_/ constructor_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp * include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp * include/ext/pb_ds/detail/pat_trie_/ constructors_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/bin_search_tree_/ constructors_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/bin_search_tree_/ split_join_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/ insert_no_store_hash_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/ resize_store_hash_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/ insert_store_hash_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/ constructor_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/gp_hash_table_map_/ resize_no_store_hash_fn_imps.hpp: Same. * include/ext/pb_ds/detail/binary_heap_/ constructors_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp: Same. * include/ext/pb_ds/detail/left_child_next_sibling_heap_/ constructors_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp: Same. * include/ext/pb_ds/detail/list_update_map_/ constructor_destructor_fn_imps.hpp: Same. * include/ext/pb_ds/exception.hpp: Same. * src/functexcept.cc: Qualify abort with std. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118554 138bc75d-0d04-0410-961f-82ee72b054a4
Showing
- libstdc++-v3/ChangeLog 48 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp 3 additions, 3 deletions...tail/bin_search_tree_/constructors_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp 29 additions, 58 deletions.../ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp 11 additions, 21 deletions...s/detail/binary_heap_/constructors_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp 6 additions, 7 deletions...lude/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp 1 addition, 1 deletion...ail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp 1 addition, 1 deletion...de/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp 1 addition, 1 deletion...ail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp 1 addition, 1 deletion...etail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp 1 addition, 1 deletion...s/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp 1 addition, 1 deletion...de/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp 1 addition, 1 deletion...etail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp 1 addition, 1 deletion...s/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp 14 additions, 29 deletions...ld_next_sibling_heap_/constructors_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp 1 addition, 1 deletion...etail/list_update_map_/constructor_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp 2 additions, 2 deletions...lude/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp 2 additions, 2 deletions...b_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp 1 addition, 1 deletion...nclude/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp
- libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp 1 addition, 1 deletion...lude/ext/pb_ds/detail/pat_trie_/split_join_branch_bag.hpp
- libstdc++-v3/include/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp 2 additions, 2 deletions...detail/resize_policy/hash_exponential_size_policy_imp.hpp
Loading
Please register or sign in to comment