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