| 226 | |
| 227 | template <typename T, typename U> |
| 228 | inline bool operator==(const mallocator<T>&, const mallocator<U>&) |
| 229 | { |
| 230 | return true; |
| 231 | } |
| 232 | |
| 233 | template <typename T, typename U> |
| 234 | inline bool operator!=(const mallocator<T>& a, const mallocator<U>& b) |
nothing calls this directly
no outgoing calls
no test coverage detected