[format.syn] No forward declaration for `tuple` formatter
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
In [format.syn], there is no declaration for tuple formatter ([format.tuple]).
Given that it is an independent section like [format.range], should we add the something like the following to the <format>'s synopsis?
// [format.tuple], tuple formatter
template<class charT, formattable<charT>... Ts>
struct formatter<pair-or-tuple<Ts...>, charT>;
Although the pair-or-tuple here is not very clear to me, even though it is described in [format.tuple] as follows:
For each of
pairandtuple, the library provides the following formatter specialization wherepair-or-tupleis the name of the template:
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 the [format.syn] and [format.tuple] sections, then compare their treatment with [format.range]. Determine the appropriate forward declaration and wording for the pair-or-tuple formatter, update the synopsis, and verify that it matches the formatter specializations described in [format.tuple].
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