[2026-03 CWG Motion 7] P3865R3 Class template argument deduction (CTAD) for type template template parameters#8886
Open
eisenwave wants to merge 1 commit intocplusplus:mainfrom
Open
Conversation
75935f6 to
935ad00
Compare
tkoeppe
reviewed
Mar 30, 2026
source/overloading.tex
Outdated
| to resolve the placeholder. | ||
|
|
||
| \pnum | ||
| %FIXME: pull up this iref? |
Contributor
There was a problem hiding this comment.
@eisenwave Yes, if you can, please add a commit that moves the reference up (or I'll do it when merging).
Member
Author
There was a problem hiding this comment.
Nevermind I've dropped that part from this PR. https://eel.is/c++draft/over.match.class.deduct contains two different \irefs following "deduced class type", and I feel like the first one is actually pointing to "deduced class type" and the second one is maybe a bit misplaced, and moving the second one up wouldn't make sense here.
The state of the PR should still be exactly as in the motions, with the FIXME removed.
tkoeppe
approved these changes
Mar 30, 2026
Contributor
tkoeppe
left a comment
There was a problem hiding this comment.
(optional minor changes)
935ad00 to
43df165
Compare
43df165 to
732c095
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.
Fixes #8828
Also fixes cplusplus/papers#2469
Also fixes cplusplus/papers#2443
Also fixes cplusplus/CWG#670