Incorrect constraint on `conjugated_accessor`'s constructor
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 167
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Spec says is_constructible_v, but implementation says is_convertible_v.
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
Start at include/experimental/__p1673_bits/conjugated.hpp around line 70 and compare the constructor constraint with the specification referenced in the issue. Done means the implementation uses the specified constructibility rule and the constructor behavior matches that requirement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100