]> granicus.if.org Git - clang/commitdiff
[cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 11 Nov 2017 18:00:16 +0000 (18:00 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 11 Nov 2017 18:00:16 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317983 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 974affdbb75a1c48b6527db245b4adadd323ee3d..75bd0355008a6da8ffe902ad8af693f1872dd025 100644 (file)
@@ -847,7 +847,7 @@ as the draft C++2a standard evolves.
     <tr>
       <td>Simplifying implicit lambda capture</td>
       <td><a href="http://wg21.link/p0588r1">P0588R1</a></td>
-      <td class="none" align="center">No</td>
+      <td class="none" align="center">No <a href="#p0588">(14)</a></td>
     </tr>
     <tr>
       <td>ADL and function templates that are not visible</td>
@@ -859,6 +859,11 @@ as the draft C++2a standard evolves.
       <td><a href="http://wg21.link/p0641r2">P0641R2</a></td>
       <td class="none" align="center">No</td>
     </tr>
+    <tr>
+      <td>Less eager instantiation of <tt>constexpr</tt> functions</td>
+      <td><a href="http://wg21.link/p0859r0">P0859R0</a></td>
+      <td class="none" align="center">No <a href="#p0859">(15)</a></td>
+    </tr>
     <tr>
       <td>Consistent comparison (<tt>operator&lt;=&gt;</tt>)</td>
       <td><a href="http://wg21.link/p0515r3">P0515R3</a></td>
@@ -885,6 +890,12 @@ as the draft C++2a standard evolves.
 <p>
 <span id="p0702">(13): This is the resolution to a Defect Report, so is applied
 to all language versions supporting class template argument deduction.
+</span><br>
+<span id="p0588">(14): This is the resolution to a Defect Report, so will be applied
+to all language versions supporting lamba expressions.
+</span><br>
+<span id="p0859">(15): This is the resolution to a Defect Report, so will be applied
+to all language versions supporting <tt>constexpr</tt>.
 </span>
 </p>