r286679 - [c++1z] p0522 is approved.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 11 15:46:25 PST 2016


Author: rsmith
Date: Fri Nov 11 17:46:25 2016
New Revision: 286679

URL: http://llvm.org/viewvc/llvm-project?rev=286679&view=rev
Log:
[c++1z] p0522 is approved.

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=286679&r1=286678&r2=286679&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Nov 11 17:46:25 2016
@@ -732,12 +732,12 @@ as the draft C++1z standard evolves.
       <td class="full" align="center">Clang 3.9</td>
     </tr>
     <!-- Issaquah 2016 papers -->
-    <!--
     <tr>
       <td>Matching template template parameters to compatible arguments</td>
       <td><a href="http://wg21.link/p0522r0">P0522R0</a></td>
-      <td class="none" align="center">No (note: DR)</td>
+      <td class="none" align="center">No <a href="#p0522">(12)</a></td>
     </tr>
+    <!--
     <tr>
       <td>Removing deprecated dynamic exception specifications</td>
       <td><a href="http://wg21.link/p0003r5">P0003R5</a></td>
@@ -779,6 +779,9 @@ left to right in the callee. As a result
 <tt>operator&&</tt>, <tt>operator||</tt>, and <tt>operator,</tt>
 functions using expression syntax are no longer guaranteed to be destroyed in
 reverse construction order in that ABI.
+</span><br>
+<span id="p0522">(12): This is the resolution to a Defect Report, so will be
+applied to all language versions.
 </span>
 </p>
 </details>




More information about the cfe-commits mailing list