| 1101 | template<class U> |
| 1102 | friend |
| 1103 | bool |
| 1104 | operator==(throwing_allocator<T> const&, throwing_allocator<U> const&) noexcept |
| 1105 | { |
| 1106 | return true; |
| 1107 | } |
| 1108 | |
| 1109 | template<class U> |
| 1110 | friend |
nothing calls this directly
no outgoing calls
no test coverage detected