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

Function JSONCONS_CATCH

include/jsoncons/basic_json.hpp:990–994  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 std::forward<Args>(args)...);
989 }
990 JSONCONS_CATCH(...)
991 {
992 std::allocator_traits<stor_allocator_type>::deallocate(stor_alloc, ptr,1);
993 JSONCONS_RETHROW;
994 }
995 return ptr;
996 }
997

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected