I'm assuming the new papers have not been implemented yet.
(P1957R1 is implemented though, I'll update the page separately.)

Pushed.
---
 htdocs/projects/cxx-status.html | 161 +++++++++++++++++++++++++-------
 1 file changed, 126 insertions(+), 35 deletions(-)

diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html
index 3f69d443..1b54ea97 100644
--- a/htdocs/projects/cxx-status.html
+++ b/htdocs/projects/cxx-status.html
@@ -110,20 +110,47 @@
       <td> </td>
     </tr>
     <tr>
-      <td> Concepts </td>
-      <td><a href="http://wg21.link/p0734r0";>P0734R0</a><br/>
-        <a href="http://wg21.link/p0857r0";>P0857R0</a><br/>
-       <a href="http://wg21.link/p1084r2";>P1084R2</a><br/>
-       <a href="http://wg21.link/p1141r2";>P1141R2</a><br/>
-       <a href="http://wg21.link/p0848r3";>P0848R3</a><br/>
-       <a href="http://wg21.link/p1616r1";>P1616R1</a><br/>
-       <a href="http://wg21.link/p1452r2";>P1452R2</a><br/>
-       <!-- from Belfast -->
-       <a href="https://wg21.link/p1972r0";>P1972R0</a><br/>
-       <!-- from Belfast -->
-       <a href="https://wg21.link/p1980r0";>P1980R0</a></td>
-      <td class="supported"> <a href="../gcc-10/changes.html#cxx">10</a> </td>
-      <td> __cpp_concepts &gt;= 201907 </td>
+      <td rowspan=12> Concepts </td>
+      <td><a href="http://wg21.link/p0734r0";>P0734R0</a></td>
+      <td class="supported" rowspan=9> <a 
href="../gcc-10/changes.html#cxx">10</a> </td>
+      <td rowspan=12> __cpp_concepts &gt;= 201907 </td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0857r0";>P0857R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1084r2";>P1084R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1141r2";>P1141R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0848r3";>P0848R3</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1616r1";>P1616R1</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1452r2";>P1452R2</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1972r0";>P1972R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1980r0";>P1980R0</a></td>
+    </tr>
+    <!-- from Prague -->
+    <tr>
+      <td><a href="https://wg21.link/p2103r0";>P2103R0</a></td>
+      <td rowspan=3 class="unsupported">No</td>
+    </tr>
+    <tr>
+      <td><a href="https://wg21.link/p2092r0";>P2092R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="https://wg21.link/p2113r0";>P2113R0</a></td>
     </tr>
     <tr>
       <td> Range-based for statements with initializer </td>
@@ -156,18 +183,42 @@
       <td> __cpp_constexpr_in_decltype &gt;= 201711 </td>
     </tr>
     <tr>
-      <td> Consistent comparison (<code>operator&lt;=&gt;</code>) </td>
-      <td><a href="http://wg21.link/p0515r3";>P0515R3</a><br/>
-       <a href="http://wg21.link/p0905r1";>P0905R1</a><br/>
-       <a href="http://wg21.link/p1120r0";>P1120R0</a><br/>
-       <a href="http://wg21.link/p1185r2";>P1185R2</a><br/>
-       <a href="http://wg21.link/p1186r3";>P1186R3</a><br/>
-       <a href="http://wg21.link/p1630r1";>P1630R1</a><br/>
-       <!-- from Belfast -->
-       <a href="https://wg21.link/p1946r0";>P1946R0</a>
-       </td>
-      <td class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
-      <td> __cpp_impl_three_way_comparison &gt;= 201711 </td>
+      <td rowspan=10> Consistent comparison 
(<code>operator&lt;=&gt;</code>)</td>
+      <td><a href="http://wg21.link/p0515r3";>P0515R3</a></td>
+      <td rowspan=8 class="supported center"><a 
href="../gcc-10/changes.html#cxx">10</a></td>
+      <td rowspan=10> __cpp_impl_three_way_comparison &gt;= 201711 </td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p0905r1";>P0905R1</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1120r0";>P1120R0</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1185r2";>P1185R2</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1186r3";>P1186R3</a></td>
+    </tr>
+    <tr>
+      <td><a href="http://wg21.link/p1630r1";>P1630R1</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1946r0";>P1946R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Belfast -->
+      <td><a href="https://wg21.link/p1959r0";>P1959R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2002r1";>P2002R1</a></td>
+      <td rowspan=2 class="unsupported">No</td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2085r0";>P2085R0</a></td>
     </tr>
     <tr>
       <td> Access checking on specializations </td>
@@ -286,11 +337,16 @@
       <td> __cpp_char8_t &gt;= 201811 </td>
     </tr>
     <tr>
-      <td> Immediate functions (consteval) </td>
+      <td rowspan=2> Immediate functions (consteval) </td>
       <td><a href="http://wg21.link/p1073r3";>P1073R3</a></td>
       <td class="partial"> <a href="../gcc-10/changes.html#cxx">10</a>
         (partial, no <code>consteval virtual</code> support) </td>
-      <td> __cpp_consteval &gt;= 201811 </td>
+      <td rowspan=2> __cpp_consteval &gt;= 201811 </td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1937r2";>P1937R2</a></td>
+      <td class="unsupported">No</td>
     </tr>
     <tr>
       <td> std::is_constant_evaluated </td>
@@ -343,10 +399,10 @@
       <td> </td>
     </tr>
     <tr>
-      <td rowspan=6> Modules </td>
+      <td rowspan=10> Modules </td>
       <td><a href="http://wg21.link/p1103r3";>P1103R3</a></td>
-      <td rowspan="6" class="unsupported">No (<a 
href="../wiki/cxx-modules">Modules Wiki</a>) </td>
-      <td rowspan="6"> </td>
+      <td rowspan="10" class="unsupported">No (<a 
href="../wiki/cxx-modules">Modules Wiki</a>) </td>
+      <td rowspan="10"> </td>
     </tr>
     <tr>
       <td><a href="http://wg21.link/p1766r1";>P1766R1</a></td>
@@ -365,6 +421,22 @@
       <!-- from Belfast -->
       <td><a href="https://wg21.link/p1979r0";>P1979R0</a></td>
     </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1779r3";>P1779R3</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1857r3";>P1857R3</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2115r0";>P2115R0</a></td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p1815r2";>P1815R2</a></td>
+    </tr>
     <tr>
       <td> Coroutines </td>
       <td><a href="http://wg21.link/p0912r5";>P0912R5</a></td>
@@ -389,6 +461,13 @@
       <td class="unsupported">No (<a 
href="https://gcc.gnu.org/PR93529";>PR93529</a>)</td>
       <td></td>
     </tr>
+    <tr>
+      <!-- from Prague-->
+      <td>DR: Converting from <code>T*</code> to <code>bool</code> should be 
considered narrowing</td>
+      <td><a href="https://wg21.link/p1957r2";>P1957R2</a>
+      <td class="unsupported">No</td>
+      <td></td>
+    </tr>
     <tr>
       <td> Stronger Unicode requirements </td>
       <td><a href="http://wg21.link/p1041r4";>P1041R4</a><br/>
@@ -430,10 +509,15 @@
       <td></td>
     </tr>
     <tr>
-      <td>Class template argument deduction for aggregates</td>
+      <td rowspan=2>Class template argument deduction for aggregates</td>
       <td><a href="http://wg21.link/p1816r0";>P1816R0</a></td>
       <td class="supported"><a href="../gcc-10/changes.html#cxx">10</a></td>
-      <td rowspan=2>__cpp_deduction_guides >= 201907L</td>
+      <td rowspan=3>__cpp_deduction_guides >= 201907L</td>
+    </tr>
+    <tr>
+      <!-- from Prague -->
+      <td><a href="https://wg21.link/p2082r1";>P2082R1</a></td>
+      <td class="unsupported">No</td>
     </tr>
     <tr>
       <td>Class template argument deduction for alias templates</td>
@@ -453,9 +537,16 @@
       <td>__cpp_constinit &gt;= 201907</td>
     </tr>
     <tr>
-      <td>More implicit moves (merge P0527R1 and P1155R3)</td>
+      <td>DR: More implicit moves (merge P0527R1 and P1155R3)</td>
       <td><a href="http://wg21.link/p1825r0";>P1825R0</a></td>
-      <td class="unsupported">No (<a 
href="https://gcc.gnu.org/PR91427";>PR91427</a>) (DR)</td>
+      <td class="unsupported">No (<a 
href="https://gcc.gnu.org/PR91427";>PR91427</a>)</td>
+      <td></td>
+    </tr>
+    <!-- Prague 2019 papers -->
+    <tr>
+      <td>DR: Pseudo-destructors end object lifetimes</td>
+      <td><a href="https://wg21.link/p0593r6";>P0593R6</a></td>
+      <td class="unsupported">No</td>
       <td></td>
     </tr>
   </table>

base-commit: 578a32e2f9215ccf96bd580d275fa12c22aa45a5
-- 
Marek Polacek • Red Hat, Inc. • 300 A St, Boston, MA

Reply via email to