Fix clang-tidy modernize-use-equals-delete warnings in headers

This commit is contained in:
Tim Wojtulewicz 2025-06-10 09:57:26 -07:00
parent cb78d2202f
commit f15cab4a2b
6 changed files with 13 additions and 15 deletions

View file

@ -127,8 +127,7 @@ public:
broker::data ToBroker() const;
bool FromBroker(broker::data d);
private:
const WriterInfo& operator=(const WriterInfo& other); // Disable.
const WriterInfo& operator=(const WriterInfo& other) = delete;
};
/**