test: discard the no longer necessary operator!=

This commit is contained in:
skypjack
2026-01-08 11:14:37 +01:00
parent 32f030a346
commit 8992822fe7

View File

@@ -78,10 +78,6 @@ public:
return true;
}
bool operator!=(const throwing_allocator<Type> &other) const {
return !(*this == other);
}
private:
std::allocator<Type> allocator;
std::shared_ptr<container_type> config;