| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected