Skip to content

Rule of 3(5) does not work when a inline definition exists #24

@Badhi

Description

@Badhi

Consider the following example

class A {
    ~A()
    {
    }
}

When the class is selected and TSCppRuleOf3 is entered, it is expected to add the Copy and assignment constructor declarations. But it does not

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions