https://bugs.kde.org/show_bug.cgi?id=388682
Bug ID: 388682 Summary: rule-of-three warning in class that has a deleted copy assignment operator Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: aa...@kde.org CC: smart...@kde.org Target Milestone: --- Created attachment 109736 --> https://bugs.kde.org/attachment.cgi?id=109736&action=edit main.cpp main.cpp:4:1: warning: A has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three] class A ^ 1 warning generated. My understanding is that since we're delting the copy-assignment the code is "safe" and the warning should not trigger. -- You are receiving this mail because: You are watching all bug changes.