linksplatform / linksplatform/Ranges

Typo – no need two params to deduction guide

Open
#66 2 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.