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

Method throwing

test/storage_ptr.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 : container::pmr::memory_resource
41 {
42 throwing()
43 {
44 throw std::exception{};
45 }
46
47 void*
48 do_allocate(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected