| 88 | */ |
| 89 | |
| 90 | __inline_call obj_alloc ( |
| 91 | allocator const&_asrc = allocator() |
| 92 | ) : allocator( _asrc ) |
| 93 | { /*------ construct base from _asrc */ |
| 94 | } |
| 95 | |
| 96 | __inline_call~obj_alloc () = default; |
| 97 |
nothing calls this directly
no outgoing calls
no test coverage detected