isocpp / isocpp/CppCoreGuidelines
GSL.owner doesn't define owner<>, implicitly suggesting it's been removed
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 45.3k
- Forks
- 5.6k
- PR merge metrics
- No merged PRs in 30d
Description
The GSL section used to have an owner<T*> template presented... which is no longer there. Was there a decision to remove it at some point? I kind of liked it.
Anyway, owner<T*> is still being used in several places in the guidelines document:
- P.6 exampls.
- I.11 alternative 2
- I.11 enforcement
- I.30 example
- F.22 title(!) and throughout
etc. etc.
So what gives? Has owner<> been dropped, or hasn't it?
Contributor guide
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
Start by comparing the GSL definition of owner<T*> with the references in P.6, I.11, I.30, and F.22 of the guidelines document. Determine whether owner<T*> is still intended to be documented, then make the definition and cited examples consistent and check all listed occurrences.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100