diff --git a/src/common/bit_field.h b/src/common/bit_field.h index 8e35c463f8..902e668e33 100644 --- a/src/common/bit_field.h +++ b/src/common/bit_field.h @@ -125,8 +125,6 @@ private: using StorageTypeWithEndian = typename AddEndian::type; public: - BitField& operator=(const BitField&) = default; - /// Constants to allow limited introspection of fields if needed static constexpr std::size_t position = Position; static constexpr std::size_t bits = Bits;