r273662 - Add (commented out) status entries for the upcoming WG21 motions.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 04:20:32 PDT 2016


Author: rsmith
Date: Fri Jun 24 06:20:31 2016
New Revision: 273662

URL: http://llvm.org/viewvc/llvm-project?rev=273662&view=rev
Log:
Add (commented out) status entries for the upcoming WG21 motions.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=273662&r1=273661&r2=273662&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 06:20:31 2016
@@ -672,11 +672,70 @@ as the draft C++1z standard evolves.</p>
       <td class="full" align="center">Yes</td>
     </tr>
     <!-- Oulu papers -->
+    <!--
+    <tr>
+      <td>Using attribute namespaces without repetition</td>
+      <td><a href="http://wg21.link/p0028r4">P0028R4</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Dynamic memory allocation for over-aligned data</td>
+      <td><a href="http://wg21.link/p0035r4">P0035R4</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Template argument deduction for class templates</td>
+      <td><a href="http://wg21.link/p0091r3">P0091R3</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Declaring non-type template parameters with <tt>auto</tt></td>
+      <td><a href="http://wg21.link/p0127r2">P0127R2</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Guaranteed copy elision</td>
+      <td><a href="http://wg21.link/p0135r1">P0135R1</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Stricter expression evaluation order</td>
+      <td><a href="http://wg21.link/p0145r3">P0145R3</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Classes are comparable by default</td>
+      <td><a href="http://wg21.link/p0221r2">P0221R2</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Requirement to ignore unknown attributes</td>
+      <td><a href="http://wg21.link/p0283r2">P0283R2</a></td>
+      <td class="full" align="center">Yes</td>
+    </tr>
+    -->
     <tr>
       <td><tt>constexpr</tt> <em>if-statement</em>s</td>
       <td><a href="http://wg21.link/p0292r2">P0292R2</a></td>
       <td class="svn" align="center">SVN</td>
     </tr>
+    <!--
+    <tr>
+      <td>Inline variables</td>
+      <td><a href="http://wg21.link/p0386r2">P0386R2</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Structured bindings</td>
+      <td><a href="http://wg21.link/p0217r3">P0217R3</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    <tr>
+      <td>Separate variable and condition for <tt>if</tt>, <tt>while</tt>, and <tt>switch</tt></td>
+      <td><a href="http://wg21.link/p0305r1">P0305R1</a></td>
+      <td class="none" align="center">No</td>
+    </tr>
+    -->
 </table>
 
 <p>




More information about the cfe-commits mailing list