MCPcopy Create free account
hub / github.com/boostorg/json / throw_exception

Function throw_exception

test/no_exceptions.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace boost {
17
18void
19throw_exception( std::exception const&, boost::source_location const&)
20{
21 std::printf("Exceptions are not supported!");
22 std::abort();
23}
24
25namespace json {
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected