[clang] [clang] CTAD: implement the missing IsDeducible constraint for alias templates (PR #89358)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 22 05:50:04 PDT 2024
================
@@ -868,13 +868,7 @@ <h2 id="cxx20">C++20 implementation status</h2>
<tr>
<td>Class template argument deduction for alias templates</td>
<td><a href="https://wg21.link/p1814r0">P1814R0</a></td>
- <td class="partial" align="center">
- <details>
- <summary>Clang 19 (Partial)</summary>
- The associated constraints (over.match.class.deduct#3.3) for the
- synthesized deduction guides are not yet implemented.
- </details>
- </td>
+ <td class="partial" align="center">Clang 19 (Partial)</td>
----------------
AaronBallman wrote:
Why is this still partial?
https://github.com/llvm/llvm-project/pull/89358
More information about the cfe-commits
mailing list