unique_ptr's "see below" points the wrong way
Open
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
The class synopsis [unique.ptr.runtime] for array-specialized unique pointers contains the curious line:
typedef see below pointer;
However, the definition of pointer does not appear below; rather, it appears above in the description of the primary template.
Should we replace this with "see above"?
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
Review the array-specialized unique_ptr class synopsis and compare its reference to the primary-template definition of pointer. Done means correcting the directional wording from "see below" to "see above"; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100