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
What is missing is an update to the description of function and class declarations to include the matching rules from #1132. In particular, that they are matched by name and if a declaration and definition have matching names but are different in other details, then an error should be reported at compile time.
It isn't super clear to me if making these changes should be a proposal or just a PR.
The text was updated successfully, but these errors were encountered:
josh11b
changed the title
Create proposal for forward declaration of functions and classes
Matching forward declaration of functions and classes
Dec 17, 2022
Description of the bug:
What is missing is an update to the description of function and class declarations to include the matching rules from #1132. In particular, that they are matched by name and if a declaration and definition have matching names but are different in other details, then an error should be reported at compile time.
It isn't super clear to me if making these changes should be a proposal or just a PR.
Link to documentation:
The text was updated successfully, but these errors were encountered: