Add conformance.hxx: duck-typed candidate merging and the reflection concepts (10/20) - #110
Draft
jbcoe wants to merge 1 commit into
Draft
Add conformance.hxx: duck-typed candidate merging and the reflection concepts (10/20)#110jbcoe wants to merge 1 commit into
jbcoe wants to merge 1 commit into
Conversation
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 11:33
4564447 to
2424201
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 11:33
00601b9 to
cd42524
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 14:22
2424201 to
41360e3
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 14:22
cd42524 to
5fb8419
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 14:29
41360e3 to
a651d6c
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 14:29
5fb8419 to
69baff0
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 15:14
a651d6c to
a90f37a
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 15:14
69baff0 to
a29c031
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 15:28
a90f37a to
3359b2a
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 15:28
a29c031 to
6c5675c
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 18:27
3359b2a to
a31033a
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 18:27
6c5675c to
92f7a27
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 19:37
a31033a to
0e25baf
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 19:37
92f7a27 to
60c55e0
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 20:22
0e25baf to
cfe043f
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 28, 2026 20:23
60c55e0 to
9cdc20c
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 29, 2026 09:48
cfe043f to
d06421c
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 29, 2026 09:48
9cdc20c to
cf29086
Compare
…concepts For each interface member, finds same-named implementation candidates, merges them into one overload-resolved callable via using Forwarders::operator()... (mirroring rjk::duck), and requires the merge callable with the member's exact signature. Defines reflection_protocol_concept/reflection_protocol_const_concept on top of that check.
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 29, 2026 10:14
d06421c to
8ac6883
Compare
jbcoe
force-pushed
the
reflection/09-conformance
branch
from
July 29, 2026 10:14
cf29086 to
34f3394
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For each interface member, finds same-named implementation
candidates, merges them into one overload-resolved callable via
using Forwarders::operator()... (mirroring rjk::duck), and requires
the merge callable with the member's exact signature. Defines
reflection_protocol_concept/reflection_protocol_const_concept on top
of that check.