| 149 | #elif defined(BOOST_NO_EXCEPTIONS) |
| 150 | |
| 151 | BOOST_NORETURN inline void throw_bad_alloc() |
| 152 | { |
| 153 | BOOST_ASSERT(!"boost::container bad_alloc thrown"); |
| 154 | std::abort(); |
| 155 | } |
| 156 | |
| 157 | BOOST_NORETURN inline void throw_out_of_range(const char* str) |
| 158 | { |