[PATCH] D109496: [clang] deprecate frelaxed-template-template-args, make it on by default

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 29 13:12:47 PDT 2021


rsmith added inline comments.


================
Comment at: clang/www/cxx_status.html:817
       <td><a href="https://wg21.link/p0522r0">P0522R0</a></td>
-      <td class="partial" align="center">Partial <a href="#p0522">(10)</a></td>
+      <td class="unreleased" align="center">Clang 14</td>
     </tr>
----------------
We should list this as implemented in Clang 4, with a footnote saying that until Clang 14 you need to pass an additional flag, like we do for `char8_t`: https://clang.llvm.org/cxx_status.html#p0482


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109496/new/

https://reviews.llvm.org/D109496



More information about the cfe-commits mailing list