r317983 - [cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change.
Richard Smith via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 11 10:00:16 PST 2017
Author: rsmith
Date: Sat Nov 11 10:00:16 2017
New Revision: 317983
URL: http://llvm.org/viewvc/llvm-project?rev=317983&view=rev
Log:
[cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change.
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=317983&r1=317982&r2=317983&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Nov 11 10:00:16 2017
@@ -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>
@@ -860,6 +860,11 @@ as the draft C++2a standard evolves.
<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<=></tt>)</td>
<td><a href="http://wg21.link/p0515r3">P0515R3</a></td>
<td class="none" align="center">No</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>
More information about the cfe-commits
mailing list