| 184 | template<class U> |
| 185 | friend |
| 186 | bool |
| 187 | operator==( |
| 188 | fields_alloc const& lhs, |
| 189 | fields_alloc<U> const& rhs) |
| 190 | { |
| 191 | return &lhs.pool_ == &rhs.pool_; |
| 192 | } |
| 193 | |
| 194 | template<class U> |
| 195 | friend |
nothing calls this directly
no outgoing calls
no test coverage detected