| 59 | custom_allocator(const custom_allocator<U>&) {} |
| 60 | |
| 61 | pointer address(reference x) const noexcept { return &x; } |
| 62 | |
| 63 | const_pointer address(const_reference x) const noexcept { return &x; } |
| 64 |
nothing calls this directly
no outgoing calls
no test coverage detected