`<xmemory>`: Document the iterator debugging invariants
Open
@StephanTLavavej is already working on this.
Since Jul 29, 2021.
documentation
- Dominant language
- C++
- Stars
- 11.2k
- Forks
- 1.7k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 22
Description
Currently, the iterator debugging scheme involving a proxy object and an intrusive singly-linked list of iterators isn't well-commented in the codebase. The maintainers should capture their knowledge in a detailed comment next to the machinery:
Thanks to @mnatsuhara for the suggestion! Uncommented invariants make it difficult to understand/maintain code.
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.
Assessment
This issue has not been assessed yet.