Add thunk.hxx: erased_call_thunk calling a pre-merged candidate type (9/20) - #109
Draft
jbcoe wants to merge 1 commit into
Draft
Add thunk.hxx: erased_call_thunk calling a pre-merged candidate type (9/20)#109jbcoe wants to merge 1 commit into
jbcoe wants to merge 1 commit into
Conversation
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 11:33
24fe46e to
4f39fde
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 11:33
4564447 to
2424201
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 14:22
4f39fde to
5505612
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 14:22
2424201 to
41360e3
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 14:29
5505612 to
21027f7
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 14:29
41360e3 to
a651d6c
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 15:14
21027f7 to
6d1ac14
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 15:14
a651d6c to
a90f37a
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 15:28
6d1ac14 to
f4abbb2
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 15:28
a90f37a to
3359b2a
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 18:27
f4abbb2 to
de7fe50
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 18:27
3359b2a to
a31033a
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 19:37
de7fe50 to
9abf339
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 19:37
a31033a to
0e25baf
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 28, 2026 20:22
9abf339 to
c61fbe4
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 28, 2026 20:23
0e25baf to
cfe043f
Compare
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 29, 2026 09:48
c61fbe4 to
19b2958
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 29, 2026 09:48
cfe043f to
d06421c
Compare
erased_call_thunk::call casts the erased pointer back to
Implementation and forwards to MergedCandidates{}(implementation,
args...); how candidates get merged is conformance.hxx's job, so this
is tested standalone against a fake candidate.
jbcoe
force-pushed
the
reflection/07-vtable-layout
branch
from
July 29, 2026 10:14
19b2958 to
967f4f8
Compare
jbcoe
force-pushed
the
reflection/08-thunk
branch
from
July 29, 2026 10:14
d06421c to
8ac6883
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.
erased_call_thunk::call casts the erased pointer back to
Implementation and forwards to MergedCandidates{}(implementation,
args...); how candidates get merged is conformance.hxx's job, so this
is tested standalone against a fake candidate.