You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
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.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In
isStructurallyEquivalent
(CXXMethodDecl) there is no check for theisExplicitlyDefaulted
property. This can be different fromisDefaulted
(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.)The text was updated successfully, but these errors were encountered: