41 #ifndef PB_DS_EXCEPTION_HPP
42 #define PB_DS_EXCEPTION_HPP
76 __throw_container_error()
80 __throw_insert_error()
81 { _GLIBCXX_THROW_OR_ABORT(insert_error()); }
85 { _GLIBCXX_THROW_OR_ABORT(join_error()); }
88 __throw_resize_error()
89 { _GLIBCXX_THROW_OR_ABORT(resize_error()); }