[PATCH] D123120: [clang] Document p1703 not needed

Nathan Sidwell via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 06:54:59 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG54c50336e4c1: [clang] Document p1703 not needed (authored by urnathan).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Changed prior to commit:
  https://reviews.llvm.org/D123120?vs=420457&id=420493#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123120

Files:
  clang/www/cxx_status.html


Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -1176,10 +1176,11 @@
       </tr>
       <tr>
         <td><a href="https://wg21.link/p1811r0">P1811R0</a></td>
-        <td rowspan="2" class="none" align="center">No</td>
+        <td class="none" align="center">No</td>
       </tr>
       <tr>
         <td><a href="https://wg21.link/p1703r1">P1703R1</a></td>
+        <td class="none" align="center">Subsumed by P1857</td>
       </tr>
       <tr> <!-- from Belfast -->
         <td><a href="https://wg21.link/p1874r1">P1874R1</a></td>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123120.420493.patch
Type: text/x-patch
Size: 654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220405/8889c090/attachment.bin>


More information about the cfe-commits mailing list