#include <boost/container/detail/config_begin.hpp>
#include <boost/container/detail/workaround.hpp>
#include <stdexcept>
#include <new>
#include <boost/container/detail/config_end.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::container | |
Functions | |
void | boost::container::throw_bad_alloc () |
Exception callback called by Boost.Container when fails to allocate the requested storage space. More... | |
void | boost::container::throw_out_of_range (const char *str) |
Exception callback called by Boost.Container to signal arguments out of range. More... | |
void | boost::container::throw_length_error (const char *str) |
Exception callback called by Boost.Container to signal errors resizing. More... | |
void | boost::container::throw_logic_error (const char *str) |
Exception callback called by Boost.Container to report errors in the internal logical of the program, such as violation of logical preconditions or class invariants. More... | |
void | boost::container::throw_runtime_error (const char *str) |
Exception callback called by Boost.Container to report errors that can only be detected during runtime. More... | |