Skip to content

Map Close method to destructor when implementing IClosable if the Close method isn't implemented by the user #931

@jaigak

Description

@jaigak

Today if you implement IClosable but forget to implement the Close method, C++/WinRT will not map the call to the destructor. It would be better if C++/WinRT maps the call to the destructor when Close isn't implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions