Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Structural equivalence does not check for isExplicitlyDefaulted. #702

Open
balazske opened this issue Aug 13, 2019 · 0 comments
Open

Structural equivalence does not check for isExplicitlyDefaulted. #702

balazske opened this issue Aug 13, 2019 · 0 comments

Comments

@balazske
Copy link
Collaborator

In isStructurallyEquivalent (CXXMethodDecl) there is no check for the isExplicitlyDefaulted property. This can be different from isDefaulted (I think isDefaulted is true when the function is default but generated by the compiler, and isExplicitlyDefaulted means there was a =default in the code.)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant