Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matching forward declaration of functions and classes #2477

Open
josh11b opened this issue Dec 17, 2022 · 1 comment
Open

Matching forward declaration of functions and classes #2477

josh11b opened this issue Dec 17, 2022 · 1 comment
Labels
long term Issues expected to take over 90 days to resolve.

Comments

@josh11b
Copy link
Contributor

josh11b commented 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:

@josh11b josh11b changed the title Create proposal for forward declaration of functions and classes Matching forward declaration of functions and classes Dec 17, 2022
@josh11b josh11b added the long term Issues expected to take over 90 days to resolve. label Dec 21, 2022
@karan242351

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
long term Issues expected to take over 90 days to resolve.
Projects
None yet
Development

No branches or pull requests

2 participants