Extend the slice to mixed const/non-const, multi-method dispatch (A) (13/20) - #113
Draft
jbcoe wants to merge 1 commit into
Draft
Extend the slice to mixed const/non-const, multi-method dispatch (A) (13/20)#113jbcoe wants to merge 1 commit into
jbcoe wants to merge 1 commit into
Conversation
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 11:33
b469606 to
8f0f1a5
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 11:33
596d5c4 to
aa1bba2
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 14:22
8f0f1a5 to
3a17484
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 14:22
aa1bba2 to
ddf86c4
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 14:29
3a17484 to
be8f180
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 14:29
ddf86c4 to
3626de6
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 15:14
be8f180 to
43faffe
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 15:14
3626de6 to
cd758f6
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 15:28
43faffe to
efbc982
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 15:28
cd758f6 to
843a633
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 18:27
efbc982 to
5513b25
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 18:27
843a633 to
1430e4c
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 19:37
5513b25 to
9bec58c
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 19:37
1430e4c to
0dc2111
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 28, 2026 20:23
9bec58c to
e610410
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 28, 2026 20:23
0dc2111 to
9f9f82b
Compare
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 29, 2026 09:48
e610410 to
0ffec70
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 29, 2026 09:48
9f9f82b to
29a2a8e
Compare
Exercises xyz::protocol<xyz::A> (one const noexcept member, one non-const member); no change to protocol_reflection.hxx itself, since its vtable already erases every entry uniformly through void*.
jbcoe
force-pushed
the
reflection/11-protocol-reflection-slice
branch
from
July 29, 2026 10:14
0ffec70 to
c39fbdb
Compare
jbcoe
force-pushed
the
reflection/12-interface-a
branch
from
July 29, 2026 10:14
29a2a8e to
baaeb99
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.
Exercises xyz::protocolxyz::A (one const noexcept member, one
non-const member); no change to protocol_reflection.hxx itself, since
its vtable already erases every entry uniformly through void*.