MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / JSONCONS_CATCH

Method JSONCONS_CATCH

include/jsoncons/basic_json.hpp:971–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969 std::forward<Args>(args)...);
970 }
971 JSONCONS_CATCH(...)
972 {
973 std::allocator_traits<stor_allocator_type>::deallocate(stor_alloc, ptr,1);
974 JSONCONS_RETHROW;
975 }
976 return ptr;
977 }
978

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected