| 152 | } |
| 153 | |
| 154 | BOOST_NORETURN |
| 155 | void |
| 156 | throw_format_error( char const * err ) |
| 157 | { |
| 158 | throw std::runtime_error( err ); |
| 159 | } |
| 160 | |
| 161 | void |
| 162 | ensure( std::size_t n, const unsigned char* first, const unsigned char* last ) |
no outgoing calls
no test coverage detected