| 149 | |
| 150 | template <class T, std::size_t N, std::size_t A1, class U, std::size_t M, std::size_t A2> |
| 151 | inline |
| 152 | bool |
| 153 | operator!=(const short_alloc<T, N, A1>& x, const short_alloc<U, M, A2>& y) noexcept |
| 154 | { |
| 155 | return !(x == y); |
| 156 | } |
| 157 | |
| 158 | #endif // SHORT_ALLOC_HPP |
| 159 |
nothing calls this directly
no outgoing calls
no test coverage detected