Discuss support for narrowing
Open
- Dominant language
- C++
- Stars
- 11
- Forks
- 4
- Avg merge
- 16h 39m
- Merged PRs (30d)
- 131
Description
Sharing corridor discussion with @RyanJK5:
```
struct A {
void a();
};
struct B {
void b();
};
struct C {
void c();
};
struct D: A, B, C {};
protocol p;
protocol_view vp(p);
```
Contributor guide
Research direction
No file, test, or entry point is identified. Start by reviewing the protocol and protocol_view usage shown in the example, then clarify the intended narrowing behavior and acceptance criteria before locating the implementation and tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100