| 49 | |
| 50 | template <typename U> |
| 51 | struct rebind { |
| 52 | using other = custom_allocator<U>; |
| 53 | }; |
| 54 | |
| 55 | custom_allocator() = default; |
| 56 | custom_allocator(const custom_allocator&) = default; |
nothing calls this directly
no outgoing calls
no test coverage detected