MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / throw_length_error

Function throw_length_error

extern/boost/boost/container/throw_exception.hpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 BOOST_NORETURN inline void throw_length_error(const char* str)
165 {
166 boost::ignore_unused(str);
167 BOOST_ASSERT_MSG(!"boost::container length_error thrown", str);
168 std::abort();
169 }
170
171 BOOST_NORETURN inline void throw_logic_error(const char* str)
172 {

Callers 6

vector_alloc_holderMethod · 0.85
allocateFunction · 0.85
next_capacityFunction · 0.85
priv_allocation_commandFunction · 0.85
assignMethod · 0.85
insertFunction · 0.85

Calls 1

ignore_unusedFunction · 0.85

Tested by

no test coverage detected