Просмотр исходного кода

test: discard the no longer necessary operator!=

skypjack 2 месяцев назад
Родитель
Сommit
8992822fe7
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      test/common/throwing_allocator.hpp

+ 0 - 4
test/common/throwing_allocator.hpp

@@ -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;