| 286 | */ |
| 287 | |
| 288 | __inline_call pod_alloc ( |
| 289 | allocator const&_asrc = allocator() |
| 290 | ) : allocator( _asrc ) |
| 291 | { /*------ construct base from _asrc */ |
| 292 | } |
| 293 | |
| 294 | __inline_call~pod_alloc () = default; |
| 295 |
nothing calls this directly
no outgoing calls
no test coverage detected