[tab:container.node.compat] is missing some compatibility cases LWG 3438
Open
Nobody has claimed this yet.
lwg
not-editorial
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
The aforementioned table lists which containers have compatible nodes. Seems like these three rows are missing:
multimap<K, T, C1, A> |
multimap<K, T, C2, A> |
multiset<K, C1, A> |
multiset<K, C2, A> |
unordered_multimap<K, T, H1, E1, A> |
unordered_multimap<K, T, H2, E2, A> |
unordered_multiset<K, H1, E1, A> |
unordered_multiset<K, H2, E2, A> |
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
Locate the table labeled [tab:container.node.compat] in the C++ draft source and compare it with the rows listed in this issue and LWG 3438. Update the table to include the requested compatibility cases, then verify that the rendered table contains them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, tex
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100