| 194 | template<class U> |
| 195 | friend |
| 196 | bool |
| 197 | operator!=( |
| 198 | fields_alloc const& lhs, |
| 199 | fields_alloc<U> const& rhs) |
| 200 | { |
| 201 | return ! (lhs == rhs); |
| 202 | } |
| 203 | }; |
| 204 | |
| 205 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected