[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 23:36:25 PDT 2024


================
@@ -1133,8 +1133,8 @@ <h2 id="cxx17">C++17 implementation status</h2>
     <!-- Issaquah 2016 papers -->
     <tr>
       <td>Matching template template parameters to compatible arguments</td>
-      <td><a href="https://wg21.link/p0522r0">P0522R0</a></td>
-      <td class="partial" align="center">Partial <a href="#p0522">(10)</a></td>
+      <td><a href="https://wg21.link/p0522r0">P0522R0</a> (<a href="#dr">DR</a>)</td>
+      <td class="full" align="center">Clang 19 <a href="#p0522">(10)</a></td>
----------------
cor3ntin wrote:

This should have been "unreleased", not "full".
Sorry I missed that during review

https://github.com/llvm/llvm-project/pull/89807


More information about the cfe-commits mailing list