P0009: mdspan declaration still has span(); superfluous section [mdspan.basic.codomain]
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 29
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
- P0009's changelog claims that
mdspan'sspan()method was removed in R11. However, the method still exists inmdspan's class declaration, even though there is no description forspan(). - The
**[mdspan.basic.codomain]**("mdspan observers of the codomain") section exists only as a comment inmdspan's class declaration. It is not used as an actual section name anywhere in the document. The section should be superfluous, given that nothing in the class document beyond that point requires description. (All the methods afterspan()are defined inline, and the class' members are exposition only.)
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
Inspect P0009's changelog and the mdspan class declaration, focusing on the span() declaration and the [mdspan.basic.codomain] comment. Done means the declaration and superfluous section comment are consistent with the documented R11 changes, with no remaining references requiring that section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100