Summary: | Applying copyable-polymorphic fixit introduces compiler warning | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | a.saoutkin |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Expected diff produced by the fixit
Actual diff produced by the fixit |
Description
a.saoutkin
2022-09-06 15:49:52 UTC
Created attachment 151870 [details]
Actual diff produced by the fixit
Looking deeper, seems that not doing what is currently done can produce compiler errors. In my case, it doesn't so no need to add a default constructor. I wonder if there's a sane middle ground here. |