summaryrefslogtreecommitdiffstats
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-11-11 18:00:16 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-11-11 18:00:16 +0000
commitaf5ca53a4b7f0b4d018747eb86c057be18fc666d (patch)
tree00d0dac065ff7205a533df36d46a7dbeb0d9b8ad /www/cxx_status.html
parent38ab6350d5121dde3bd8dfc1f5f672581acd0629 (diff)
[cxx_status] Add resolution of CWG issue 1581, since it's an important, visible change.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317983 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 974affdbb7..75bd035500 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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&lt;=&gt;</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>