linksplatform / linksplatform/Ranges
Typo – no need two params to deduction guide
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/linksplatform/Ranges/blob/a87c09bf27af75c4973b5333ac48b8ac8e5d83df/cpp/Platform.Ranges/Range%5BT%5D.h#L75-L76
```c++
template
Range(T...) -> Range>
```
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
Open cpp/Platform.Ranges/Range[T].h at lines 75-76 and compare the deduction guide with the issue's example. Confirm the intended parameter declaration, make the smallest correction described by the issue, and run the relevant C++ library tests or build to verify deduction still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100