소스 검색

test: discard the no longer necessary operator!=

skypjack 2 달 전
부모
커밋
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;
         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;