fix uses of "pointer to function" to say "pointer to function /function-suffix/"
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
Canonical type strings in the standard sometimes say "function", where the correct name per 8.3.5 is "function of (parameter-type-list) cv-qualifier-seq ref-qualifier-seq returning T". We should fix these by introducing a function-suffix term like cv, and run the edits through core before committing.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the draft source for canonical type strings that use "function", then compare each occurrence with the naming rule in section 8.3.5. Read the proposed function-suffix term and run the edits through core before committing. Done means the applicable pointer-to-function strings use the full function-suffix wording.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, tex
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100