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