| 101 | |
| 102 | template <class T, class U> |
| 103 | bool operator!=(const custom_allocator<T>&, const custom_allocator<U>&) { |
| 104 | return false; |
| 105 | } |
| 106 | |
| 107 | // TODO Avoid overloading new to check number of global new. |
| 108 | // How can we check we only go through the allocator for allocation? |
nothing calls this directly
no outgoing calls
no test coverage detected